StartService function advapi32
Starts a service.
BOOL StartServiceW(
[in] SC_HANDLE hService,
[in] DWORD dwNumServiceArgs,
[in, optional] LPCWSTR *lpServiceArgVectors
);
Implementation
int StartService(
int hService,
int dwNumServiceArgs,
Pointer<Pointer<Utf16>> lpServiceArgVectors,
) => _StartService(hService, dwNumServiceArgs, lpServiceArgVectors);