ReactOS 0.4.15-dev-7924-g5949c20
_ACTIVE_SERVICE Struct Reference
Collaboration diagram for _ACTIVE_SERVICE:

Public Attributes

SERVICE_STATUS_HANDLE hServiceStatus
 
UNICODE_STRING ServiceName
 
union {
   LPSERVICE_MAIN_FUNCTIONA   A
 
   LPSERVICE_MAIN_FUNCTIONW   W
 
ServiceMain
 
LPHANDLER_FUNCTION HandlerFunction
 
LPHANDLER_FUNCTION_EX HandlerFunctionEx
 
LPVOID HandlerContext
 
BOOL bUnicode
 
BOOL bOwnProcess
 
DWORD dwServiceTag
 

Detailed Description

Definition at line 40 of file sctrl.c.

Member Data Documentation

◆ A

LPSERVICE_MAIN_FUNCTIONA _ACTIVE_SERVICE::A

Definition at line 46 of file sctrl.c.

Referenced by ScStartService(), and StartServiceCtrlDispatcherA().

◆ bOwnProcess

BOOL _ACTIVE_SERVICE::bOwnProcess

◆ bUnicode

BOOL _ACTIVE_SERVICE::bUnicode

◆ dwServiceTag

DWORD _ACTIVE_SERVICE::dwServiceTag

Definition at line 54 of file sctrl.c.

Referenced by ScControlService(), and ScStartService().

◆ HandlerContext

LPVOID _ACTIVE_SERVICE::HandlerContext

Definition at line 51 of file sctrl.c.

Referenced by ScControlService().

◆ HandlerFunction

LPHANDLER_FUNCTION _ACTIVE_SERVICE::HandlerFunction

Definition at line 49 of file sctrl.c.

Referenced by ScControlService().

◆ HandlerFunctionEx

LPHANDLER_FUNCTION_EX _ACTIVE_SERVICE::HandlerFunctionEx

Definition at line 50 of file sctrl.c.

Referenced by ScControlService().

◆ hServiceStatus

SERVICE_STATUS_HANDLE _ACTIVE_SERVICE::hServiceStatus

◆ 

union { ... } _ACTIVE_SERVICE::ServiceMain

◆ ServiceName

UNICODE_STRING _ACTIVE_SERVICE::ServiceName

Definition at line 43 of file sctrl.c.

◆ W

LPSERVICE_MAIN_FUNCTIONW _ACTIVE_SERVICE::W

Definition at line 47 of file sctrl.c.

Referenced by ScStartService(), and StartServiceCtrlDispatcherW().


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