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