摘要: ChangeServiceConfig2 function Changes the optional configuration parameters of a service. Syntax C++ BOOL WINAPI ChangeServiceConfig2( _In_ SC_HANDLE 阅读全文
posted @ 2016-09-30 17:31 特洛伊-Micro 阅读(671) 评论(0) 推荐(0)
摘要: Changing a Service's Configuration A service configuration program uses the ChangeServiceConfig and ChangeServiceConfig2 functions to change the confi 阅读全文
posted @ 2016-09-30 17:30 特洛伊-Micro 阅读(403) 评论(0) 推荐(0)
摘要: C++析构函数为什么要为虚函数 注:本文内容来源于zhice163博文,感谢作者的整理。 1.为什么基类的析构函数是虚函数? 在实现多态时,当用基类操作派生类,在析构时防止只析构基类而不析构派生类的状况发生。 下面转自网络:源地址 http://blog.sina.com.cn/s/blog_7c7 阅读全文
posted @ 2016-09-30 12:22 特洛伊-Micro 阅读(265) 评论(0) 推荐(0)