CryptReleaseContext(3w)
NAME
CryptReleaseContext (ADVAPI32.@)
SYNOPSIS
BOOL CryptReleaseContext ( HCRYPTPROV hProv, ULONG_PTR dwFlags )
DESCRIPTION
Releases the handle of a CSP. Reference count is decreased.
PARAMS
hProv [In] Handle of a CSP.
dwFlags [In] Reserved for future use and must be NULL.
RETURNS
Success: TRUE
Failure: FALSE
IMPLEMENTATION
Defined in "wincrypt.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/crypt.c".
- Debug channel "crypt".