ReactOS 0.4.16-dev-340-g0540c21
|
Public Attributes | |
LPSERVICE_MAIN_FUNCTIONA | lpServiceMain |
DWORD | dwArgCount |
LPSTR * | lpArgVector |
DWORD | dwServiceTag |
DWORD _SERVICE_THREAD_PARAMSA::dwArgCount |
Definition at line 25 of file sctrl.c.
Referenced by ScServiceMainStubA(), and ScStartService().
DWORD _SERVICE_THREAD_PARAMSA::dwServiceTag |
Definition at line 27 of file sctrl.c.
Referenced by ScServiceMainStubA(), and ScStartService().
LPSTR* _SERVICE_THREAD_PARAMSA::lpArgVector |
Definition at line 26 of file sctrl.c.
Referenced by ScServiceMainStubA(), and ScStartService().
LPSERVICE_MAIN_FUNCTIONA _SERVICE_THREAD_PARAMSA::lpServiceMain |
Definition at line 24 of file sctrl.c.
Referenced by ScServiceMainStubA(), and ScStartService().