MCPcopy Create free account
hub / github.com/LegacyUpdate/LegacyUpdate / DllRegisterServer

Function DllRegisterServer

LegacyUpdate/dllmain.cpp:205–208  ·  view source on GitHub ↗

DllRegisterServer - Adds entries to the system registry

Source from the content-addressed store, hash-verified

203
204// DllRegisterServer - Adds entries to the system registry
205STDAPI DllRegisterServer(void) {
206 LOG(L"DllRegisterServer");
207 return UpdateRegistration(TRUE);
208}
209
210// DllUnregisterServer - Removes entries from the system registry
211STDAPI DllUnregisterServer(void) {

Callers

nothing calls this directly

Calls 1

UpdateRegistrationFunction · 0.85

Tested by

no test coverage detected