Platform SDK: WinTrust |
The WINTRUST_FILE_INFO structure is used when calling WinVerifyTrust to verify an individual file.
typedef struct WINTRUST_FILE_INFO_ { DWORD cbStruct; LPCWSTR pcwszFilePath; HANDLE hFile; } WINTRUST_FILE_INFO, *PWINTRUCT_FILE_INFO;
Windows NT/2000: Requires Windows NT 4.0 or later.
Windows 95/98: Unsupported.
Header: Declared in winbase.h.