QueryServiceStatusEx (ADVAPI32.@)
BOOL QueryServiceStatusEx ( SC_HANDLE hService, SC_STATUS_TYPE InfoLevel, LPBYTE lpBuffer, DWORD cbBufSize, LPDWORD pcbBytesNeeded )
Get information about a service.
hService | [In] | Handle to service to get information about. |
InfoLevel | [In] | Level of information to get. |
lpBuffer | [Out] | Destination for requested information. |
cbBufSize | [In] | Size of lpBuffer in bytes. |
pcbBytesNeeded | [Out] | Destination for number of bytes needed, if cbBufSize is too small. |
Success: TRUE
FAILURE: FALSE
Defined in "winsvc.h".
Implemented in "dlls/advapi32/service.c". source.winehq.org/source/dlls/advapi32/service.c
Debug channel "advapi".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.