Expand Minimize
This topic has not yet been rated - Rate this topic

CryptCATCatalogInfoFromContext function

[The CryptCATCatalogInfoFromContext function is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

The CryptCATCatalogInfoFromContext function retrieves catalog information from a specified catalog context. This function has no associated import library. You must use the LoadLibrary and GetProcAddress functions to dynamically link to Wintrust.dll.

Syntax


BOOL CryptCATCatalogInfoFromContext(
  _In_     HCATINFO hCatInfo,
  _Inout_  CATALOG_INFO *psCatInfo,
  _In_     DWORD dwFlags
);

Parameters

hCatInfo [in]

A handle to the catalog context. This value cannot be NULL.

psCatInfo [in, out]

A pointer to the CATALOG_INFO structure. This value cannot be NULL. Upon return from this function, the wszCatalogFile member of the CATALOG_INFO structure contains the catalog file name.

dwFlags [in]

Unused; set to zero.

Return value

The return value is TRUE if the function succeeds; FALSE if the function fails.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Mscat.h

Library

Wintrust.lib

DLL

Wintrust.dll

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.