次の方法で共有


FileVerifyInfo (Compact 2013)

3/26/2014

Deprecated.

This structure describes the properties of a file.

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

Syntax

typedef struct tagFileVerifyInfo{
  FileVerifyVersion m_AssemblyVersion;
  FileVerifyVersion m_Win32Version;
  BSTR m_Culture;
  BYTE m_PublicKeyToken[PUBLIC_KEY_TOKEN_LENGTH];
  DWORD m_Flags;
} FileVerifyInfo;

Parameters

  • m_AssemblyVersion
    Managed assembly version.
  • m_Win32Version
    Win32 version.
  • m_Culture
    Culture information about the managed assembly.
  • m_PublicKeyToken
    Token of the public key for the managed assembly.
  • m_Flags
    Type of file. The following table shows the possible values for m_Flags.

    Value

    Description

    FILE_IN_GAC

    File contains managed extensions of C++.

    FILE_NATIVE

    File is a native executable or a content file.

    FILE_EXECUTABLE

    File is executable.
    This flag can be combined with FILE_NATIVE.

Requirements

Header

cccommon.idl

See Also

Reference

Core Connectivity Structures