ReactOS 0.4.16-dev-835-gd769f56
|
#include <svchost.h>
Public Attributes | |
LPCWSTR | pszServiceName |
LPCSTR | pszServiceMain |
LONG | cServiceActiveThreadCount |
PSVCHOST_DLL | pDll |
PSVCHOST_STOP_CALLBACK | pfnStopCallback |
LONG _SVCHOST_SERVICE::cServiceActiveThreadCount |
Definition at line 108 of file svchost.h.
Referenced by ServiceStarter(), SvchostStopCallback(), and SvcRegisterStopCallback().
PSVCHOST_DLL _SVCHOST_SERVICE::pDll |
PSVCHOST_STOP_CALLBACK _SVCHOST_SERVICE::pfnStopCallback |
Definition at line 110 of file svchost.h.
Referenced by SvchostStopCallback(), and SvcRegisterStopCallback().
LPCWSTR _SVCHOST_SERVICE::pszServiceName |
Definition at line 106 of file svchost.h.
Referenced by BuildServiceArray(), and SvchostStopCallback().