FileVerifyInfo (Windows CE 5.0)
This structure describes the properties of a file.
typedef struct tagFileVerifyInfo{ FileVerifyVersion m_AssemblyVersion; FileVerifyVersion m_Win32Version; BSTR m_Culture; BYTE m_PublicKeyToken[PUBLIC_KEY_TOKEN_LENGTH]; DWORD m_Flags;} FileVerifyInfo;
Members
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
OS Versions: Windows CE 5.0.
Header: cccommon.idl.
See Also
Send Feedback on this topic to the authors