.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CryptRegisterOIDFunction 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCryptRegisterOIDFunction\fR (CRYPT32.@) .SH SYNOPSIS BOOL CryptRegisterOIDFunction ( DWORD \fIdwEncodingType\fR, LPCSTR \fIpszFuncName\fR, LPCSTR \fIpszOID\fR, LPCWSTR \fIpwszDll\fR, LPCSTR \fIpszOverrideFuncName\fR ) .SH DESCRIPTION .PP Register the dll and the functions it uses to cover the combination of encoding type, function name and \fBOID\fR. .SH PARAMS \fIdwEncodingType\fR \fB[In]\fR Encoding type to be used. .PP \fIpszFuncName\fR \fB[In]\fR Name of the function to be registered. .PP \fIpszOID\fR \fB[In]\fR \fBOID\fR of the function (numeric or string). .PP \fIpwszDll\fR \fB[In]\fR The dll that is to be registered. .PP \fIpszOverrideFuncName\fR \fB[In]\fR Name of the function in the \fBDLL\fR. .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. .SH IMPLEMENTATION .PP Declared in \fB"wincrypt.h"\fR. .PP Implemented in \fB"dlls/crypt32/oid.c"\fR. .PP Debug channel \fB"crypt"\fR.