| 153 | return ServiceInstaller::UninstallService(lpServiceName); |
| 154 | } |
| 155 | __declspec(dllexport) NTSTATUS ServiceInstaller_GetServiceStatus(LPCSTR lpServiceName) |
| 156 | { |
| 157 | return ServiceInstaller::GetServiceStatus(lpServiceName); |
| 158 | } |
| 159 | } |
nothing calls this directly
no test coverage detected