Struct windows_sys::Win32::System::Search::SSERRORINFO
#[repr(C)]pub struct SSERRORINFO {
pub pwszMessage: PWSTR,
pub pwszServer: PWSTR,
pub pwszProcedure: PWSTR,
pub lNative: i32,
pub bState: u8,
pub bClass: u8,
pub wLineNumber: u16,
}Expand description
Required features: "Win32_System_Search"
Fields§
§pwszMessage: PWSTR§pwszServer: PWSTR§pwszProcedure: PWSTR§lNative: i32§bState: u8§bClass: u8§wLineNumber: u16