Home
last modified time | relevance | path

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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dwdm.h3923 typedef struct _DEVICE_OBJECT { struct
3928 struct _DEVICE_OBJECT *NextDevice; argument
3929 struct _DEVICE_OBJECT *AttachedDevice; argument
3930 struct _IRP *CurrentIrp;
3931 PIO_TIMER Timer;
3932 ULONG Flags;
3933 ULONG Characteristics;
3934 volatile PVPB Vpb;
3935 PVOID DeviceExtension;
3936 DEVICE_TYPE DeviceType;
[all …]