MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / Error

Function Error

WinArkSvc/WinArkSvc.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31PTP_TIMER g_Timer;
32
33int Error(const char* msg, DWORD error) {
34 printf("%s (%u)\n", msg, error);
35 return 1;
36}
37
38int main(int argc,const char* argv[]){
39 if (argc > 1)

Callers 4

InstallServiceFunction · 0.70
StartWinArkServiceFunction · 0.70
StopServiceFunction · 0.70
UninstallServiceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected