Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
PTP_TIMER g_Timer;
32
33
int Error(const char* msg, DWORD error) {
34
printf(
"%s (%u)\n"
, msg, error);
35
return 1;
36
}
37
38
int main(int argc,const char* argv[]){
39
if (argc > 1)
Callers
4
InstallService
Function · 0.70
StartWinArkService
Function · 0.70
StopService
Function · 0.70
UninstallService
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected