DeleteService(3w)
NAME
DeleteService (ADVAPI32.@)
SYNOPSIS
BOOL DeleteService
(
SC_HANDLE hService
)
DESCRIPTION
Delete a service from the service control manager database.
PARAMS
hService [In] Handle of the service to delete.
RETURNS
Success: TRUE
Failure: FALSE
IMPLEMENTATION
Defined in "http.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".