#[repr(C)]pub struct WSMAN_PLUGIN_REQUEST {
pub senderDetails: *mut WSMAN_SENDER_DETAILS,
pub locale: PWSTR,
pub resourceUri: PWSTR,
pub operationInfo: *mut WSMAN_OPERATION_INFO,
pub shutdownNotification: i32,
pub shutdownNotificationHandle: HANDLE,
pub dataLocale: PWSTR,
}Expand description
Required features: ‘Win32_System_RemoteManagement’, ‘Win32_Foundation’
Fields
senderDetails: *mut WSMAN_SENDER_DETAILSlocale: PWSTRresourceUri: PWSTRoperationInfo: *mut WSMAN_OPERATION_INFOshutdownNotification: i32shutdownNotificationHandle: HANDLEdataLocale: PWSTR