#[repr(C)]pub struct WSMAN_OPERATION_INFOEX {
pub fragment: WSMAN_FRAGMENT,
pub filter: WSMAN_FILTER,
pub selectorSet: WSMAN_SELECTOR_SET,
pub optionSet: WSMAN_OPTION_SETEX,
pub version: u32,
pub uiLocale: PWSTR,
pub dataLocale: PWSTR,
}Expand description
Required features: ‘Win32_System_RemoteManagement’, ‘Win32_Foundation’
Fields
fragment: WSMAN_FRAGMENTfilter: WSMAN_FILTERselectorSet: WSMAN_SELECTOR_SEToptionSet: WSMAN_OPTION_SETEXversion: u32uiLocale: PWSTRdataLocale: PWSTR