Platform SDK: WinTrust |
The WINTRUST_BLOB_INFO structure is used when calling WinVerifyTrust to verify a memory blob.
typedef struct WINTRUST_BLOB_INFO_ { DWORD cbStruct; LPCWSTR pcwszDisplayName DWORD cbMem; BYTE *pbMem; } WINTRUST_BLOB_INFO, *PWINTRUST_BLOB_INFO;
Windows NT/2000: Requires Windows NT 4.0 or later.
Windows 95/98: Unsupported.
Header: Declared in winbase.h.