Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::DEBUG_DEVICE_OBJECT_INFO
#[repr(C)]pub struct DEBUG_DEVICE_OBJECT_INFO {
pub SizeOfStruct: u32,
pub DevObjAddress: u64,
pub ReferenceCount: u32,
pub QBusy: BOOL,
pub DriverObject: u64,
pub CurrentIrp: u64,
pub DevExtension: u64,
pub DevObjExtension: u64,
}Expand description
Required features: "Win32_System_Diagnostics_Debug_Extensions", "Win32_Foundation"
Fields§
§SizeOfStruct: u32§DevObjAddress: u64§ReferenceCount: u32§QBusy: BOOL§DriverObject: u64§CurrentIrp: u64§DevExtension: u64§DevObjExtension: u64