.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RSAENH_CPDuplicateKey 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRSAENH_CPDuplicateKey\fR (RSAENH.@) .SH SYNOPSIS BOOL RSAENH_CPDuplicateKey ( HCRYPTPROV \fIhUID\fR, HCRYPTKEY \fIhKey\fR, DWORD* \fIpdwReserved\fR, DWORD \fIdwFlags\fR, HCRYPTKEY* \fIphKey\fR ) .SH DESCRIPTION .PP Clones a key object including its current state. .SH PARAMS \fIhUID\fR \fB[In]\fR Handle to the key container the hash belongs to. .PP \fIhKey\fR \fB[In]\fR Handle to the key object to be cloned. .PP \fIpdwReserved\fR \fB[In]\fR Reserved. Must be \fBNULL\fR. .PP \fIdwFlags\fR \fB[In]\fR No flags are currently defined. Must be \fB0.\fR .PP phHash \fB[Out]\fR Handle to the cloned key object. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. .PP \fBFailure:\fR \fBFALSE\fR. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/rsaenh/rsaenh.c"\fR. .PP Debug channel \fB"crypt"\fR.