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

CryptCATHandleFromStore function

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

The CryptCATHandleFromStore function retrieves a catalog handle from memory.

Syntax


HANDLE WINAPI CryptCATHandleFromStore(
  _In_  CRYPTCATSTORE *pCatStore
);

Parameters

pCatStore [in]

A pointer to a CRYPTCATSTORE structure that contains the handle to retrieve.

Return value

A handle to the catalog.

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.