CryptCATStoreFromHandle function (mscat.h)

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

The CRYPTCATSTORE structure from a catalog handle.

Syntax

CRYPTCATSTORE * CryptCATStoreFromHandle(
  [in] HANDLE hCatalog
);

Parameters

[in] hCatalog

A handle to the catalog obtained from the CryptCATOpen or CryptCATHandleFromStore function.

Return value

A pointer to a CRYPTCATSTORE structure that contains the catalog store. The caller must not free this pointer or any of its members.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header mscat.h
Library Wintrust.lib
DLL Wintrust.dll