Struct win_sys::FileSystem::NTMS_I1_OPREQUESTINFORMATIONA [−][src]
#[repr(C)]pub struct NTMS_I1_OPREQUESTINFORMATIONA {
pub Request: u32,
pub Submitted: SYSTEMTIME,
pub State: u32,
pub szMessage: [CHAR; 127],
pub Arg1Type: u32,
pub Arg1: GUID,
pub Arg2Type: u32,
pub Arg2: GUID,
pub szApplication: [CHAR; 64],
pub szUser: [CHAR; 64],
pub szComputer: [CHAR; 64],
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
Request: u32Submitted: SYSTEMTIMEState: u32szMessage: [CHAR; 127]Arg1Type: u32Arg1: GUIDArg2Type: u32Arg2: GUIDszApplication: [CHAR; 64]szUser: [CHAR; 64]szComputer: [CHAR; 64]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for NTMS_I1_OPREQUESTINFORMATIONA
impl Sync for NTMS_I1_OPREQUESTINFORMATIONA
impl Unpin for NTMS_I1_OPREQUESTINFORMATIONA
impl UnwindSafe for NTMS_I1_OPREQUESTINFORMATIONA
Blanket Implementations
Mutably borrows from an owned value. Read more