Proud::CNTServiceStartParameter Class Reference

Public Attributes

String m_serviceName
 
INTServiceEventm_serviceEvent
 
CServiceParameter m_serviceParam
 

Detailed Description

It is an initial setting value when creating NTService by CNTService.WinMain.

Member Data Documentation

INTServiceEvent* Proud::CNTServiceStartParameter::m_serviceEvent

It is an Even Sink object that CNTService needs.

String Proud::CNTServiceStartParameter::m_serviceName

It is the name of NT service. Maximum length of character string is 256 and special characters (such as '/' and '\') are not available.

CServiceParameter Proud::CNTServiceStartParameter::m_serviceParam

It is a setting value that is used for CreateService function when registering a service.