Struct windows_sys::Win32::System::RemoteManagement::WSMAN_ERROR
[−]#[repr(C)]pub struct WSMAN_ERROR {
pub code: u32,
pub errorDetail: PWSTR,
pub language: PWSTR,
pub machineName: PWSTR,
pub pluginName: PWSTR,
}Expand description
Required features: ‘Win32_System_RemoteManagement’, ‘Win32_Foundation’
Fields
code: u32errorDetail: PWSTRlanguage: PWSTRmachineName: PWSTRpluginName: PWSTR