CryptCATAdminAcquireContext.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

CryptCATAdminAcquireContext (WINTRUST.@)

SYNOPSIS

BOOL CryptCATAdminAcquireContext
 (
  HCATADMIN*  catAdmin,
  const GUID* sysSystem,
  DWORD       dwFlags
 )

DESCRIPTION

Get a catalog administrator context handle.

PARAMS

catAdmin [Out] Pointer to the context handle.

sysSystem [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 "dlls/wintrust/crypt.c".

Debug channel "wintrust".