CryptCATAdminReleaseContext function
[The CryptCATAdminReleaseContext function is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
The CryptCATAdminReleaseContext function releases the handle previously assigned by the CryptCATAdminAcquireContext function. This function has no associated import library. You must use the LoadLibrary and GetProcAddress functions to dynamically link to Wintrust.dll.
Syntax
BOOL CryptCATAdminReleaseContext( _In_ HCATADMIN hCatAdmin, _In_ DWORD dwFlags );
Parameters
- hCatAdmin [in]
-
Catalog administrator context handle previously assigned by a call to the CryptCATAdminAcquireContext function.
- dwFlags [in]
-
Not used; 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 |
|
|
Library |
|
|
DLL |
|
See also