.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RSAENH_CPGetHashParam 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRSAENH_CPGetHashParam\fR (RSAENH.@) .SH SYNOPSIS BOOL RSAENH_CPGetHashParam ( HCRYPTPROV \fIhProv\fR, HCRYPTHASH \fIhHash\fR, DWORD \fIdwParam\fR, BYTE* \fIpbData\fR, DWORD* \fIpdwDataLen\fR, DWORD \fIdwFlags\fR ) .SH DESCRIPTION .PP Query parameters of an hash object. .SH PARAMS \fIhProv\fR \fB[In]\fR The kea container, which the hash belongs to. .PP \fIhHash\fR \fB[In]\fR The hash object that is to be queried. .PP \fIdwParam\fR \fB[In]\fR Specifies the parameter that is to be queried. .PP \fIpbData\fR \fB[In]\fR Pointer to the buffer where the parameter value will be stored. .PP \fIpdwDataLen\fR \fB[In/Out]\fR I: Buffer length at \fIpbData\fR, O: Length of the parameter value. .PP \fIdwFlags\fR \fB[In]\fR None currently defined. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR. .SH NOTES .PP Valid dwParams are: \fBHP_ALGID\fR, \fBHP_HASHSIZE\fR, \fBHP_HASHVALUE\fR. The hash will be finalized if \fBHP_HASHVALUE\fR is queried. .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.