MCPcopy Create free account
hub / github.com/Schnocker/NoEye / ServiceInstaller_GetServiceStatus

Function ServiceInstaller_GetServiceStatus

NoEye/ServiceInstaller.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 return ServiceInstaller::UninstallService(lpServiceName);
154 }
155 __declspec(dllexport) NTSTATUS ServiceInstaller_GetServiceStatus(LPCSTR lpServiceName)
156 {
157 return ServiceInstaller::GetServiceStatus(lpServiceName);
158 }
159}

Callers

nothing calls this directly

Calls 1

GetServiceStatusFunction · 0.85

Tested by

no test coverage detected