次の方法で共有


FileVerifyResult (Compact 2013)

3/26/2014

Deprecated.

This structure specifies the output of a file comparison.

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

Syntax

typedef struct tagFileVerifyResult{
  DWORD m_Version;
  FileVerifyInfo _Info;
} FileVerifyResult;

Members

  • m_Version
    Value indicating the file version status.

    The following table shows possible values for m_Version.

    Value

    Description

    VERSION NOT INSTALLED

    The file does not exist, or is not identical.

    VERSION INSTALLED

    The file exists, the version matches, and the files are identical.

    VERSION COMPAT GT INSTALLED

    The file exists, but the version is greater than the input reference version.

    VERSION COMPAT LT INSTALLED

    The file exists, but the version is less than the input reference version.

  • _Info
    Properties that were compared.

Requirements

Header

cccommon.idl

See Also

Reference

Core Connectivity Structures