CryptCATStoreFromHandle function
[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 CryptCATStoreFromHandle function retrieves a CRYPTCATSTORE structure from a catalog handle.
Syntax
CRYPTCATSTORE* WINAPI CryptCATStoreFromHandle( _In_ HANDLE hCatalog );
Parameters
- hCatalog [in]
-
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
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|