CloseServiceHandle(3w)
NAME
CloseServiceHandle (ADVAPI32.@)
SYNOPSIS
BOOL CloseServiceHandle
(
SC_HANDLE hSCObject
)
DESCRIPTION
Close a handle to a service or the service control manager database.
PARAMS
hSCObject [In] Handle to service or service control manager database.
RETURNS
Success: TRUE
Failure: FALSE
IMPLEMENTATION
Defined in "winsvc.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/service.c".
- Debug channel "service".