SystemFunction036(3w)
NAME
SystemFunction036 (ADVAPI32.@)
SYNOPSIS
BOOL SystemFunction036 ( PVOID pbBuffer, ULONG dwLen )
DESCRIPTION
MSDN documents this function as RtlGenRandom and declares it in ntsecapi.h.
PARAMS
pbBufer [Out] Pointer to memory to receive random bytes.
dwLen [In] Number of random bytes to fetch.
RETURNS
Success: TRUE
Failure: FALSE
IMPLEMENTATION
Defined in "ntsecapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/crypt.c".
- Debug channel "crypt".