DllInstall - Adds/Removes entries to the system registry per machine only.
| 215 | |
| 216 | // DllInstall - Adds/Removes entries to the system registry per machine only. |
| 217 | STDAPI DllInstall(BOOL bInstall, LPCWSTR pszCmdLine) { |
| 218 | LOG(L"DllInstall(%d)", bInstall); |
| 219 | return HRESULT_FROM_WIN32(ERROR_NOT_SUPPORTED); |
| 220 | } |
nothing calls this directly
no outgoing calls
no test coverage detected