MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / DllMain

Function DllMain

Src/NodeRelayDll/NodeRelayDll.cpp:4–8  ·  view source on GitHub ↗

Entry point of the the library.

Source from the content-addressed store, hash-verified

2
3/// Entry point of the the library.
4BOOL WINAPI DllMain(HINSTANCE, DWORD, LPVOID)
5{
6 // Indicate successful load of the library.
7 return TRUE;
8}
9
10/// Starts a NodeRelay.
11/// @param leaveImmediately if false then waits for Relay to be shut down internally by a C3 API Command.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected