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

Function ServiceInstaller_InstallService

NoEye/ServiceInstaller.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145{
146
147 __declspec(dllexport) NTSTATUS ServiceInstaller_InstallService(LPCSTR lpServiceName, LPCSTR lpDisplayName, LPCSTR lpPath)
148 {
149 return ServiceInstaller::InstallService(lpServiceName, lpDisplayName, lpPath);
150 }
151 __declspec(dllexport) NTSTATUS ServiceInstaller_UninstallService(LPCSTR lpServiceName)
152 {
153 return ServiceInstaller::UninstallService(lpServiceName);

Callers

nothing calls this directly

Calls 1

InstallServiceFunction · 0.85

Tested by

no test coverage detected