Struct windows_sys::Win32::Storage::FileSystem::NTMS_OPREQUESTINFORMATIONW
#[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: NtmsOpreqCommand§Submitted: SYSTEMTIME§State: NtmsOpreqState§szMessage: [u16; 256]§Arg1Type: NtmsObjectsTypes§Arg1: GUID§Arg2Type: NtmsObjectsTypes§Arg2: GUID§szApplication: [u16; 64]§szUser: [u16; 64]§szComputer: [u16; 64]