Scroll to navigation

DeleteService(3w) Wine API 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

Declared in "http.h".
Implemented in "dlls/advapi32/service.c".
Debug channel "service".
Oct 2012 Wine API