.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CryptCATAdminAcquireContext 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCryptCATAdminAcquireContext\fR (WINTRUST.@) .SH SYNOPSIS BOOL CryptCATAdminAcquireContext ( HCATADMIN* \fIcatAdmin\fR, const GUID* \fIsys\fR, DWORD \fIdwFlags\fR ) .SH DESCRIPTION .PP Get a catalog administrator context handle. .SH PARAMS \fIcatAdmin\fR \fB[Out]\fR Pointer to the context handle. .PP \fIsys\fR \fB[In]\fR Pointer to a \fBGUID\fR for the needed subsystem. .PP \fIdwFlags\fR \fB[In]\fR Reserved. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. \fIcatAdmin\fR contains the context handle. .PP \fBFailure:\fR \fBFALSE\fR. .SH IMPLEMENTATION .PP Declared in \fB"mscat.h"\fR. .PP Implemented in \fB"dlls/wintrust/crypt.c"\fR. .PP Debug channel \fB"wintrust"\fR.