#[repr(C)]pub struct NTMS_OPREQUESTINFORMATIONW {
pub Request: NtmsOpreqCommand,
pub Submitted: SYSTEMTIME,
pub State: NtmsOpreqState,
pub szMessage: [u16; 256],
pub Arg1Type: NtmsObjectsTypes,
pub Arg1: GUID,
pub Arg2Type: NtmsObjectsTypes,
pub Arg2: GUID,
pub szApplication: [u16; 64],
pub szUser: [u16; 64],
pub szComputer: [u16; 64],
}Expand description
Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’
Fields
Request: NtmsOpreqCommandSubmitted: SYSTEMTIMEState: NtmsOpreqStateszMessage: [u16; 256]Arg1Type: NtmsObjectsTypesArg1: GUIDArg2Type: NtmsObjectsTypesArg2: GUIDszApplication: [u16; 64]szUser: [u16; 64]szComputer: [u16; 64]