Type Alias STATPROPSETSTG

Source
pub type STATPROPSETSTG = tagSTATPROPSETSTG;

Aliased Type§

struct STATPROPSETSTG {
    pub fmtid: _GUID,
    pub clsid: _GUID,
    pub grfFlags: u32,
    pub mtime: _FILETIME,
    pub ctime: _FILETIME,
    pub atime: _FILETIME,
    pub dwOSVersion: u32,
}

Fields§

§fmtid: _GUID§clsid: _GUID§grfFlags: u32§mtime: _FILETIME§ctime: _FILETIME§atime: _FILETIME§dwOSVersion: u32