OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:netapi
(Results
1 - 1
of
1
) sorted by null
/external/openssl/crypto/rand/
rand_win.c
242
HMODULE
netapi
= LoadLibrary(TEXT("NETAPI32.DLL"));
local
250
if (
netapi
)
252
netstatget = (NETSTATGET) GetProcAddress(
netapi
,"NetStatisticsGet");
253
netfree = (NETFREE) GetProcAddress(
netapi
,"NetApiBufferFree");
277
if (
netapi
)
278
FreeLibrary(
netapi
);
Completed in 587 milliseconds