.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RSAENH_CPDestroyKey 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRSAENH_CPDestroyKey\fR (RSAENH.@) .SH SYNOPSIS BOOL RSAENH_CPDestroyKey ( HCRYPTPROV \fIhProv\fR, HCRYPTKEY \fIhKey\fR ) .SH DESCRIPTION .PP Releases the handle to a key object. The object is destroyed if its reference count reaches zero. .SH PARAMS \fIhProv\fR \fB[In]\fR Handle to the key container to which the key object belongs. .PP \fIhKey\fR \fB[In]\fR Handle to the key object to be released. .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.