FileVerifyInfo (Windows Embedded CE 6.0)
1/5/2010
This structure describes the properties of a file.
In Windows Embedded CE 6.0, 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 |
Windows Embedded CE | Windows CE 5.0 |