Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::DEBUG_IRP_INFO
#[repr(C)]pub struct DEBUG_IRP_INFO {
pub SizeOfStruct: u32,
pub IrpAddress: u64,
pub IoStatus: u32,
pub StackCount: u32,
pub CurrentLocation: u32,
pub MdlAddress: u64,
pub Thread: u64,
pub CancelRoutine: u64,
pub CurrentStack: DEBUG_IRP_STACK_INFO,
pub Stack: [DEBUG_IRP_STACK_INFO; 10],
}Expand description
Required features: "Win32_System_Diagnostics_Debug_Extensions"
Fields§
§SizeOfStruct: u32§IrpAddress: u64§IoStatus: u32§StackCount: u32§CurrentLocation: u32§MdlAddress: u64§Thread: u64§CancelRoutine: u64§CurrentStack: DEBUG_IRP_STACK_INFO§Stack: [DEBUG_IRP_STACK_INFO; 10]