table of contents
other versions
- wheezy 1.4.1-4
StartServiceW(3w) | Wine API | StartServiceW(3w) |
NAME¶
StartServiceW (ADVAPI32.@)SYNOPSIS¶
BOOL StartServiceW(
SC_HANDLE hService,
DWORD dwNumServiceArgs,
LPCWSTR* lpServiceArgVectors
)
DESCRIPTION¶
See StartServiceA(3w).IMPLEMENTATION¶
Declared in "winsvc.h". Implemented in "dlls/advapi32/service.c". Debug channel "service".Oct 2012 | Wine API |