FileVerifyResult (Windows CE 5.0)
This structure specifies the output of a file comparison.
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
OS Versions: Windows CE 5.0.
Header: cccommon.idl.
See Also
Send Feedback on this topic to the authors