Struct win_sys::FileSystem::NTMS_OPREQUESTINFORMATIONW [−][src]
#[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]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NTMS_OPREQUESTINFORMATIONW
impl Send for NTMS_OPREQUESTINFORMATIONW
impl Sync for NTMS_OPREQUESTINFORMATIONW
impl Unpin for NTMS_OPREQUESTINFORMATIONW
impl UnwindSafe for NTMS_OPREQUESTINFORMATIONW
Blanket Implementations
Mutably borrows from an owned value. Read more