Share via


FileInfo (Compact 2013)

3/26/2014

Deprecated.

This structure describes the file parameters that can be used in the ICcBootStrap::GetFileInfo method.

In Windows Embedded Compact 2013, 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

See Also

Reference

Core Connectivity Structures