NAME

SystemFunction036  (ADVAPI32.@)

SYNOPSIS

 BOOLEAN SystemFunction036
 (
  void* buffer,
  ULONG len
 )

DESCRIPTION

MSDN documents this function as RtlGenRandom and declares it in ntsecapi.h.

PARAMS

pbBuffer [Out] Pointer to memory to receive random bytes.
dwLen [In] Number of random bytes to fetch.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Declared in "include/ntsecapi.h". gitlab.winehq.org/wine/wine/blob/master/include/ntsecapi.h

Implemented in "dlls/advapi32/crypt.c". gitlab.winehq.org/wine/wine/blob/master/dlls/advapi32/crypt.c

Debug channel "crypt".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.