FileVerifyReference (Windows CE 5.0)
This structure describes the name and properties of a desktop file that a device file is checked against.
typedef struct tagFileVerifyReference{ BSTR m_Name; BSTR m_SourcePath; FileVerifyInfo m_Info;} FileVerifyReference;
Members
- m_Name
File name or device file path. - m_SourcePath
Path for desktop file. - m_Info
Properties of desktop file to be compared.
Requirements
OS Versions: Windows CE 5.0.
Header: cccommon.idl.
See Also
Send Feedback on this topic to the authors