Searched defs:_DEVICE_OBJECT (Results 1 – 1 of 1) sorted by relevance
3923 typedef struct _DEVICE_OBJECT { struct3928 struct _DEVICE_OBJECT *NextDevice; argument3929 struct _DEVICE_OBJECT *AttachedDevice; argument3930 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 …]