CryptCATAdminAcquireContext(3w)
NAME
CryptCATAdminAcquireContext (WINTRUST.@)
SYNOPSIS
BOOL CryptCATAdminAcquireContext ( HCATADMIN* catAdmin, const GUID* sys, DWORD dwFlags )
DESCRIPTION
Get a catalog administrator context handle.
PARAMS
catAdmin [Out] Pointer to the context handle.
sys [In] Pointer to a GUID for the needed subsystem.
dwFlags [In] Reserved.
RETURNS
Success: TRUE. catAdmin contains the context handle.
Failure: FALSE.
IMPLEMENTATION
Defined in "mscat.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wintrust/crypt.c".
- Debug channel "wintrust".