CryptReleaseContext (ADVAPI32.@)
BOOL CryptReleaseContext ( HCRYPTPROV hProv, ULONG_PTR dwFlags )
Releases the handle of a CSP. Reference count is decreased.
hProv | [In] | Handle of a CSP. |
dwFlags | [In] | Reserved for future use and must be NULL. |
Success: TRUE
Failure: FALSE
Defined in "wincrypt.h".
Implemented in "dlls/advapi32/crypt.c". source.winehq.org/source/dlls/advapi32/crypt.c
Debug channel "crypt".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.