.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RSAENH_CPGenRandom 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRSAENH_CPGenRandom\fR (RSAENH.@) .SH SYNOPSIS BOOL RSAENH_CPGenRandom ( HCRYPTPROV \fIhProv\fR, DWORD \fIdwLen\fR, BYTE* \fIpbBuffer\fR ) .SH DESCRIPTION .PP Generate a random byte stream. .SH PARAMS \fIhProv\fR \fB[In]\fR Key container that is used to generate random bytes. .PP \fIdwLen\fR \fB[In]\fR Specifies the number of requested random data bytes. .PP \fIpbBuffer\fR \fB[Out]\fR Random bytes will be stored here. .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.