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: FMTIDclsid: CLSIDgrfFlags: DWORDmtime: FILETIMEctime: FILETIMEatime: FILETIMEdwOSVersion: DWORDTrait Implementations
Returns the “default value” for a type. Read more