标签:
BOOL WINAPI QueryServiceStatus(
_In_ SC_HANDLE hService,
_Out_ LPSERVICE_STATUS lpServiceStatus
);
Return code | Description |
---|---|
|
The handle does not have the SERVICE_QUERY_STATUS access right. |
|
The handle is invalid. |
本文链接:http://www.cnblogs.com/cposture/p/4719506.html
标签:
原文地址:http://www.cnblogs.com/cposture/p/4719506.html