//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言NT服务系统源码系统结构:ServiceMain,ServiceCtrl,StartServiceCtrlDispatcher,RegisterServiceCtrlHandler,SetServiceStatus, ======程序集 || ||------_启动子程序 || ||------ServiceMain || ||------ServiceCtrl || || ======调用的Dll || ||---[dll]------StartServiceCtrlDispatcher || ||---[dll]------RegisterServiceCtrlHandler || ||---[dll]------SetServiceStatus 调用的DLL命令: .DLL命令StartServiceCtrlDispatcher,整数型,"advapi32.dll","StartServiceCtrlDispatcherA",,注册服务 .参数lpServiceStartTable,SERVICE_TABLE_ENTRY,数组,数组2 .DLL命令RegisterServiceCtrlHandler,整数型,"advapi32.dll","RegisterServiceCtrlHandlerA",,注册服务消息 .参数lpServiceName,文本型 .参数lpHandlerProc,子程序指针 .DLL命令SetServiceStatus,整数型,"advapi32.dll","SetServiceStatus",,更新服务消息 .参数hServiceStatus,整数型 .参数lpServiceStatus,SERVICE_STATUS
