#include <precomp.h>
Go to the source code of this file.
◆ PFN_SystemFunction036
◆ rand_s()
Definition at line 18 of file rand_s.c.
19{
21
22 if (!pval)
23 {
27 }
28
29 *pval = 0;
30
32 {
34
36 if (!hadvapi32)
37 {
41 }
42
43 pSystemFunction036 = (
void*)
GetProcAddress(hadvapi32,
"SystemFunction036");
44 if (!pSystemFunction036)
45 {
50 }
51
53 }
54
56 {
60 }
61
62 return 0;
63}
#define GetProcAddress(x, y)
HINSTANCE WINAPI DECLSPEC_HOTPATCH LoadLibraryA(LPCSTR lpLibFileName)
void _invalid_parameter(const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t pReserved)
_CRTIMP int *__cdecl _errno(void)
PFN_SystemFunction036 g_pfnSystemFunction036
BOOLEAN(WINAPI * PFN_SystemFunction036)(PVOID, ULONG)
#define _CRT_WIDE(_String)
Referenced by START_TEST().
◆ g_pfnSystemFunction036