.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CryptSIPAddProvider 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCryptSIPAddProvider\fR (CRYPT32.@) .SH SYNOPSIS BOOL CryptSIPAddProvider ( SIP_ADD_NEWPROVIDER* \fIpsNewProv\fR ) .SH DESCRIPTION .PP Add a \fBSIP\fR provider and its functions to the registry. .SH PARAMS \fIpsNewProv\fR \fB[In]\fR Pointer to a structure with information about the functions this \fBSIP\fR provider can perform. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. .PP \fBFailure:\fR \fBFALSE\fR. (Look at \fBGetLastError(3w)\fR). .SH NOTES .PP Registry errors are always reported via \fBSetLastError(3w)\fR. If a registry error occurs the rest of the registry write operations will be skipped. .SH IMPLEMENTATION .PP Declared in \fB"mssip.h"\fR. .PP Implemented in \fB"dlls/crypt32/sip.c"\fR. .PP Debug channel \fB"crypt"\fR.