FileInfo (Windows Embedded CE 6.0)
1/5/2010
This structure describes the file parameters that can be used in the ICcBootStrap::GetFileInfo method.
In Windows Embedded CE 6.0, CoreCon HLAPI has been deprecated.
Syntax
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
Header | cccommon.idl |
Windows Embedded CE | Windows CE 5.0 |