FileInfo (Windows CE 5.0)

Send Feedback

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

Core Connectivity Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.