pub type RPC_EXTENDED_ERROR_INFO = tagRPC_EXTENDED_ERROR_INFO;Aliased Type§
#[repr(C)]pub struct RPC_EXTENDED_ERROR_INFO {
pub Version: u32,
pub ComputerName: *mut u16,
pub ProcessID: u32,
pub u: tagRPC_EXTENDED_ERROR_INFO__bindgen_ty_1,
pub GeneratingComponent: u32,
pub Status: u32,
pub DetectionLocation: u16,
pub Flags: u16,
pub NumberOfParameters: i32,
pub Parameters: [tagRPC_EE_INFO_PARAM; 4],
}Fields§
§Version: u32§ComputerName: *mut u16§ProcessID: u32§u: tagRPC_EXTENDED_ERROR_INFO__bindgen_ty_1§GeneratingComponent: u32§Status: u32§DetectionLocation: u16§Flags: u16§NumberOfParameters: i32§Parameters: [tagRPC_EE_INFO_PARAM; 4]