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

Function DllInstall

LegacyUpdate/dllmain.cpp:217–220  ·  view source on GitHub ↗

DllInstall - Adds/Removes entries to the system registry per machine only.

Source from the content-addressed store, hash-verified

215
216// DllInstall - Adds/Removes entries to the system registry per machine only.
217STDAPI DllInstall(BOOL bInstall, LPCWSTR pszCmdLine) {
218 LOG(L"DllInstall(%d)", bInstall);
219 return HRESULT_FROM_WIN32(ERROR_NOT_SUPPORTED);
220}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected