Skip to content

Latest commit

 

History

History
100 lines (75 loc) · 3.33 KB

ns-wintrust-wintrust_catalog_info.md

File metadata and controls

100 lines (75 loc) · 3.33 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wintrust.WINTRUST_CATALOG_INFO_
WINTRUST_CATALOG_INFO (wintrust.h)
The WINTRUST_CATALOG_INFO structure is used when calling WinVerifyTrust to verify a member of a Microsoft catalog.
*PWINTRUST_CATALOG_INFO
PWINTRUST_CATALOG_INFO
PWINTRUST_CATALOG_INFO structure pointer [Security]
WINTRUST_CATALOG_INFO
WINTRUST_CATALOG_INFO structure [Security]
_win32_wintrust_catalog_info
security.wintrust_catalog_info
wintrust/PWINTRUST_CATALOG_INFO
wintrust/WINTRUST_CATALOG_INFO
security\wintrust_catalog_info.htm
security
5d095e0f-c8c9-4717-b23a-985737b78431
12/05/2018
*PWINTRUST_CATALOG_INFO, PWINTRUST_CATALOG_INFO, PWINTRUST_CATALOG_INFO structure pointer [Security], WINTRUST_CATALOG_INFO, WINTRUST_CATALOG_INFO structure [Security], _win32_wintrust_catalog_info, security.wintrust_catalog_info, wintrust/PWINTRUST_CATALOG_INFO, wintrust/WINTRUST_CATALOG_INFO
wintrust.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
WINTRUST_CATALOG_INFO, *PWINTRUST_CATALOG_INFO
19H1
WINTRUST_CATALOG_INFO_
wintrust/WINTRUST_CATALOG_INFO_
PWINTRUST_CATALOG_INFO
wintrust/PWINTRUST_CATALOG_INFO
WINTRUST_CATALOG_INFO
wintrust/WINTRUST_CATALOG_INFO
c++
APIRef
kbSyntax
HeaderDef
Wintrust.h
WINTRUST_CATALOG_INFO

WINTRUST_CATALOG_INFO structure

-description

The WINTRUST_CATALOG_INFO structure is used when calling WinVerifyTrust to verify a member of a Microsoft catalog.

-struct-fields

-field cbStruct

Size, in bytes, of this structure.

-field dwCatalogVersion

Optional. Catalog version number.

-field pcwszCatalogFilePath

The full path and file name of the catalog file that contains the member to be verified.

-field pcwszMemberTag

Tag of a member file to be verified.

-field pcwszMemberFilePath

The full path and file name of the catalog member file to be verified.

-field hMemberFile

Optional. Handle of the open catalog member file to be verified. The handle must be to a file with at least read permissions.

-field pbCalculatedFileHash

Optional. The calculated hash of the file that contains the file to be verified.

-field cbCalculatedFileHash

The size, in bytes, of the value passed in the pbCalculatedFileHash member. cbCalculatedFileHash is used only if the calculated hash is being passed.

-field pcCatalogContext

A pointer to a CTL_CONTEXT structure that represents a catalog context to be used instead of a catalog file.

-field hCatAdmin

Handle to the catalog administrator context that was used when calculating the hash of the file. This value can be zero only for a SHA1 file hash.Windows 8 and Windows Server 2012:  Support for this member begins.