Home
last modified time | relevance | path

Searched defs:_DRIVER_OBJECT (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dwdm.h5763 typedef struct _DRIVER_OBJECT { struct
5764 CSHORT Type;
5765 CSHORT Size;
5766 PDEVICE_OBJECT DeviceObject;
5767 ULONG Flags;
5768 PVOID DriverStart;
5769 ULONG DriverSize;
5770 PVOID DriverSection;
5771 PDRIVER_EXTENSION DriverExtension;
5772 UNICODE_STRING DriverName;
[all …]