次の方法で共有


FileVerifyResult (Windows Embedded CE 6.0)

1/5/2010

This structure specifies the output of a file comparison.

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

See Also

Reference

Core Connectivity Structures