ReactOS 0.4.15-dev-7907-g95bf896
_SVCHOST_SERVICE Struct Reference

#include <svchost.h>

Collaboration diagram for _SVCHOST_SERVICE:

Public Attributes

LPCWSTR pszServiceName
 
LPCSTR pszServiceMain
 
LONG cServiceActiveThreadCount
 
PSVCHOST_DLL pDll
 
PSVCHOST_STOP_CALLBACK pfnStopCallback
 

Detailed Description

Definition at line 104 of file svchost.h.

Member Data Documentation

◆ cServiceActiveThreadCount

LONG _SVCHOST_SERVICE::cServiceActiveThreadCount

Definition at line 108 of file svchost.h.

Referenced by ServiceStarter(), SvchostStopCallback(), and SvcRegisterStopCallback().

◆ pDll

PSVCHOST_DLL _SVCHOST_SERVICE::pDll

Definition at line 109 of file svchost.h.

◆ pfnStopCallback

PSVCHOST_STOP_CALLBACK _SVCHOST_SERVICE::pfnStopCallback

Definition at line 110 of file svchost.h.

Referenced by SvchostStopCallback(), and SvcRegisterStopCallback().

◆ pszServiceMain

LPCSTR _SVCHOST_SERVICE::pszServiceMain

Definition at line 107 of file svchost.h.

◆ pszServiceName

LPCWSTR _SVCHOST_SERVICE::pszServiceName

Definition at line 106 of file svchost.h.

Referenced by BuildServiceArray(), and SvchostStopCallback().


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