Scroll to navigation

CryptReleaseContext(3w) Wine API 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

Declared in "wincrypt.h".
Implemented in "dlls/advapi32/crypt.c".
Debug channel "crypt".
Oct 2012 Wine API