#[repr(C)]pub struct STATSTG {
pub pwcsName: PWSTR,
pub type: u32,
pub cbSize: u64,
pub mtime: FILETIME,
pub ctime: FILETIME,
pub atime: FILETIME,
pub grfMode: u32,
pub grfLocksSupported: u32,
pub clsid: GUID,
pub grfStateBits: u32,
pub reserved: u32,
}Expand description
Required features: ‘Win32_System_Com’, ‘Win32_Foundation’
Fields
pwcsName: PWSTRtype: u32cbSize: u64mtime: FILETIMEctime: FILETIMEatime: FILETIMEgrfMode: u32grfLocksSupported: u32clsid: GUIDgrfStateBits: u32reserved: u32