table of contents
other versions
- wheezy 1.4.1-4
SystemFunction036(3w) | Wine API | SystemFunction036(3w) |
NAME¶
SystemFunction036 (ADVAPI32.@)SYNOPSIS¶
BOOLEAN 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: FALSEIMPLEMENTATION¶
Declared in "ntsecapi.h". Implemented in "dlls/advapi32/crypt.c". Debug channel "crypt".Oct 2012 | Wine API |