ReactOS 0.4.15-dev-7953-g1f49173
_SERVICE_THREAD_PARAMSW Struct Reference
Collaboration diagram for _SERVICE_THREAD_PARAMSW:

Public Attributes

LPSERVICE_MAIN_FUNCTIONW lpServiceMain
 
DWORD dwArgCount
 
LPWSTRlpArgVector
 
DWORD dwServiceTag
 

Detailed Description

Definition at line 31 of file sctrl.c.

Member Data Documentation

◆ dwArgCount

DWORD _SERVICE_THREAD_PARAMSW::dwArgCount

Definition at line 34 of file sctrl.c.

Referenced by ScServiceMainStubW(), and ScStartService().

◆ dwServiceTag

DWORD _SERVICE_THREAD_PARAMSW::dwServiceTag

Definition at line 36 of file sctrl.c.

Referenced by ScServiceMainStubW(), and ScStartService().

◆ lpArgVector

LPWSTR* _SERVICE_THREAD_PARAMSW::lpArgVector

Definition at line 35 of file sctrl.c.

Referenced by ScServiceMainStubW(), and ScStartService().

◆ lpServiceMain

LPSERVICE_MAIN_FUNCTIONW _SERVICE_THREAD_PARAMSW::lpServiceMain

Definition at line 33 of file sctrl.c.

Referenced by ScServiceMainStubW(), and ScStartService().


The documentation for this struct was generated from the following file: