Struct winapi::um::propidl::STATPROPSETSTG [−][src]
#[repr(C)]pub struct STATPROPSETSTG {
pub fmtid: FMTID,
pub clsid: CLSID,
pub grfFlags: DWORD,
pub mtime: FILETIME,
pub ctime: FILETIME,
pub atime: FILETIME,
pub dwOSVersion: DWORD,
}
Fields
fmtid: FMTID
clsid: CLSID
grfFlags: DWORD
mtime: FILETIME
ctime: FILETIME
atime: FILETIME
dwOSVersion: DWORD
Trait Implementations
Returns the “default value” for a type. Read more