Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure describes the file parameters that can be used in the ICcBootstrap::GetFileInfo method.
typedef struct tagFileInfo{ LONG m_FileAttribues; LONGLONG m_FileSize; FILETIME m_CreationTime; FILETIME m_LastAccessTime; FILETIME m_LastWriteTime;} FileInfo;
Members
- m_FileAttribues
File attributes. - m_FileSize
Size of file. - m_CreationTime
Time stamp for file creation. - m_LastAccessTime
Date of last access. - m_LastWriteTime
Date of last modification.
Remarks
This structure combines the information from GetFileAttributes, GetFileSize and GetFileTime.
Requirements
OS Versions: Windows CE 5.0.
Header: cccommon.idl.
See Also
Send Feedback on this topic to the authors