也就是  说 默认 服务程序都是可以 被结束任务的       而不是      schService = CreateService( 
schSCManager,              // SCManager database 
RCON_SERVICE_NAME,         // name of service 
RCON_SERVICE_NAME,         // service name to display 
SERVICE_ALL_ACCESS,        // desired access 
SERVICE_WIN32_OWN_PROCESS | SERVICE_INTERACTIVE_PROCESS, // service type 
SERVICE_AUTO_START,        // start type 
SERVICE_ERROR_NORMAL,      // error control type 
szPath,                    // service's binary 
NULL,                      // no load ordering group 
NULL,                      // no tag identifier 
NULL,                      // no dependencies 
NULL,                      // LocalSystem account 
NULL);                     // no password 而不是通过属性  设置的呀  我一直以为可以设置 参数呢