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

Function DllUnregisterServer

LegacyUpdate/dllmain.cpp:211–214  ·  view source on GitHub ↗

DllUnregisterServer - Removes entries from the system registry

Source from the content-addressed store, hash-verified

209
210// DllUnregisterServer - Removes entries from the system registry
211STDAPI DllUnregisterServer(void) {
212 LOG(L"DllUnregisterServer");
213 return UpdateRegistration(FALSE);
214}
215
216// DllInstall - Adds/Removes entries to the system registry per machine only.
217STDAPI DllInstall(BOOL bInstall, LPCWSTR pszCmdLine) {

Callers

nothing calls this directly

Calls 1

UpdateRegistrationFunction · 0.85

Tested by

no test coverage detected