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

Declared in "mscat.h". https://source.winehq.org/source/include/mscat.h

Implemented in "dlls/wintrust/crypt.c". https://source.winehq.org/source/dlls/wintrust/crypt.c

Debug channel "wintrust".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.