MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / GetWininetProcAddress

Function GetWininetProcAddress

cmake/Windows/Contrib/Inetc/inetc.cpp:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254#define Option_IgnoreCertIssues() ( g_ignorecertissues )
255
256static FARPROC GetWininetProcAddress(LPCSTR Name)
257{
258 return GetProcAddress(LoadLibraryA("WININET"), Name);
259}
260
261/*****************************************************
262* FUNCTION NAME: sf(HWND)

Callers 2

openFtpFileFunction · 0.85
inetTransferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected