ReactOS 0.4.15-dev-8093-g3285f69
_SERVICE_THREAD_PARAMSA Struct Reference
Collaboration diagram for _SERVICE_THREAD_PARAMSA:

Public Attributes

LPSERVICE_MAIN_FUNCTIONA lpServiceMain
 
DWORD dwArgCount
 
LPSTRlpArgVector
 
DWORD dwServiceTag
 

Detailed Description

Definition at line 22 of file sctrl.c.

Member Data Documentation

◆ dwArgCount

DWORD _SERVICE_THREAD_PARAMSA::dwArgCount

Definition at line 25 of file sctrl.c.

Referenced by ScServiceMainStubA(), and ScStartService().

◆ dwServiceTag

DWORD _SERVICE_THREAD_PARAMSA::dwServiceTag

Definition at line 27 of file sctrl.c.

Referenced by ScServiceMainStubA(), and ScStartService().

◆ lpArgVector

LPSTR* _SERVICE_THREAD_PARAMSA::lpArgVector

Definition at line 26 of file sctrl.c.

Referenced by ScServiceMainStubA(), and ScStartService().

◆ lpServiceMain

LPSERVICE_MAIN_FUNCTIONA _SERVICE_THREAD_PARAMSA::lpServiceMain

Definition at line 24 of file sctrl.c.

Referenced by ScServiceMainStubA(), and ScStartService().


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