Struct windows_sys::Win32::System::Com::STATSTG
#[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: STGM,
pub grfLocksSupported: LOCKTYPE,
pub clsid: GUID,
pub grfStateBits: u32,
pub reserved: u32,
}Expand description
Required features: "Win32_System_Com", "Win32_Foundation"
Fields§
§pwcsName: PWSTR§type: u32§cbSize: u64§mtime: FILETIME§ctime: FILETIME§atime: FILETIME§grfMode: STGM§grfLocksSupported: LOCKTYPE§clsid: GUID§grfStateBits: u32§reserved: u32