RSAENH_CPGenRandom(3w)
NAME
RSAENH_CPGenRandom (RSAENH.@)
SYNOPSIS
BOOL RSAENH_CPGenRandom ( HCRYPTPROV hProv, DWORD dwLen, BYTE* pbBuffer )
DESCRIPTION
Generate a random byte stream.
PARAMS
hProv [In] Key container that is used to generate random bytes.
dwLen [In] Specifies the number of requested random data bytes.
pbBuffer [Out] Random bytes will be stored here.
RETURNS
Success: TRUE
Failure: FALSE
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/rsaenh/rsaenh.c".
- Debug channel "crypt".