Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1550161
  • 博文数量: 596
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 173
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-06 15:50
个人简介

在线笔记

文章分类

全部博文(596)

文章存档

2016年(1)

2015年(104)

2014年(228)

2013年(226)

2012年(26)

2011年(11)

发布时间:2013-12-31 14:51:15

//必须以Global开头,跨进程可能找不到#define EVENT_ASYNC L"Global\\XX"//server{  h = CreateEvent(...);  ....  SetEvent(h);}//必须以Global开头,跨进程可.........【阅读全文】

阅读(1123) | 评论(0) | 转发(0)

发布时间:2013-12-30 15:47:18

1. 注册服务到SCM  获取SCM句柄,h_scm = OpenSCManager(..)  注册服务到SCM, h_sev = CreateService(h_scm..)The following is a complete service sample. When using this code as a template, simply add code to the sections that are prefaced by TO_DO.http://msdn.microsoft.com/en-us/library/.........【阅读全文】

阅读(1269) | 评论(0) | 转发(0)

发布时间:2013-12-30 10:19:06

Windows SDK定义的,VS2008等......【阅读全文】

阅读(1095) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册