Struct windows_sys::Win32::System::RemoteManagement::WSMAN_PLUGIN_REQUEST
#[repr(C)]pub struct WSMAN_PLUGIN_REQUEST {
pub senderDetails: *mut WSMAN_SENDER_DETAILS,
pub locale: PCWSTR,
pub resourceUri: PCWSTR,
pub operationInfo: *mut WSMAN_OPERATION_INFO,
pub shutdownNotification: i32,
pub shutdownNotificationHandle: HANDLE,
pub dataLocale: PCWSTR,
}
Expand description
Required features: "Win32_System_RemoteManagement"
, "Win32_Foundation"
Fields§
§senderDetails: *mut WSMAN_SENDER_DETAILS
§locale: PCWSTR
§resourceUri: PCWSTR
§operationInfo: *mut WSMAN_OPERATION_INFO
§shutdownNotification: i32
§shutdownNotificationHandle: HANDLE
§dataLocale: PCWSTR