Share via


FileVerifyReference (Windows Embedded CE 6.0)

1/5/2010

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

In Windows Embedded CE 6.0, 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
Windows Embedded CE Windows CE 5.0

See Also

Reference

Core Connectivity Structures