MCPcopy Create free account
hub / github.com/cisco/openh264 / DllEntryPoint

Function DllEntryPoint

codec/encoder/plus/src/DllEntry.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36// DLL Entry Point
37
38BOOL WINAPI DllEntryPoint (HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) {
39 if (DLL_PROCESS_ATTACH == dwReason) {
40 DisableThreadLibraryCalls (hInstance);
41 }
42 return TRUE;
43}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected