首页
社区
课程
招聘
EnumServicesStatusExA???[求助]
2006-5-20 14:24 4708

EnumServicesStatusExA???[求助]

2006-5-20 14:24
4708
收藏
点赞0
打赏
分享
最新回复 (3)
雪    币: 196
活跃值: (135)
能力值: ( LV10,RANK:170 )
在线值:
发帖
回帖
粉丝
thinkSJ 4 2006-5-20 15:19
2
0
EnumServicesStatusEx

Enumerates services in the specified service control manager database. The name and status of each service are provided, along with additional data based on the specified information level.

BOOL WINAPI EnumServicesStatusEx(
  SC_HANDLE hSCManager,
  SC_ENUM_TYPE InfoLevel,
  DWORD dwServiceType,
  DWORD dwServiceState,
  LPBYTE lpServices,
  DWORD cbBufSize,
  LPDWORD pcbBytesNeeded,
  LPDWORD lpServicesReturned,
  LPDWORD lpResumeHandle,
  LPCTSTR pszGroupName
);

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/enumservicesstatusex.asp
雪    币: 156
活跃值: (23)
能力值: ( LV6,RANK:90 )
在线值:
发帖
回帖
粉丝
sbright 2 2006-5-20 17:37
3
0
我用的是2003,奇怪啦
雪    币: 208
活跃值: (371)
能力值: ( LV12,RANK:330 )
在线值:
发帖
回帖
粉丝
moodsky 8 2006-5-20 18:45
4
0
最初由 sbright 发布
为什么我在msdn里搜不到EnumServicesStatusExA这东东?
该如何用呢?


安装SDK!
游客
登录 | 注册 方可回帖
返回