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

Method Start

WinSysCore/Service.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6Service::Service(wil::unique_schandle handle) noexcept:_handle(std::move(handle)){ }
7
8bool Service::Start() {
9 return Start(std::vector<const wchar_t*>());
10}
11
12bool Service::Start(const std::vector<const wchar_t*>& args) {
13 return ::StartService(_handle.get(), static_cast<DWORD>(args.size()),

Callers 3

OnConfigureEventsMethod · 0.45
OnMonitorStartMethod · 0.45
OnServiceStartMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected