FileVerifyReference (Windows CE 5.0)

Send Feedback

This structure describes the name and properties of a desktop file that a device file is checked against.

typedef struct tagFileVerifyReference{  BSTR m_Name;  BSTR m_SourcePath;  FileVerifyInfo m_Info;} FileVerifyReference;

Members

  • m_Name
    File name or device file path.
  • m_SourcePath
    Path for desktop file.
  • m_Info
    Properties of desktop file to be compared.

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.