Share via


FileVerifyReference (Compact 2013)

3/26/2014

Deprecated.

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

In Windows Embedded Compact 2013, CoreCon HLAPI has been deprecated.

Syntax

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

Header

cccommon.idl

See Also

Reference

Core Connectivity Structures