Struct windows_sys::Win32::System::RemoteManagement::WSMAN_OPTION
#[repr(C)]pub struct WSMAN_OPTION {
pub name: PCWSTR,
pub value: PCWSTR,
pub mustComply: BOOL,
}Expand description
Required features: "Win32_System_RemoteManagement", "Win32_Foundation"
Fields§
§name: PCWSTR§value: PCWSTR§mustComply: BOOL