PADMIN_RemoveService

The PADMIN_RemoveService Administrator extension function removes a service from the list of monitored services.

Quick Info

Header file: ADMINEXT.H
Library: ADMINEXT.LIB

BOOL (* PADMIN_RemoveService)(
  HWND hwnd,             
  LPWSTR wszServiceName  
);
 

Parameters

hwnd
Input parameter. Handle of the current property sheet window.
wszServiceName
Input parameter. A Unicode string containing the name of the service.

Return Values

See Return Values.

Remarks

Use PADMIN_RemoveService to remove a service from the list of services that the server monitor program is monitoring. The service was one previously added by a call to PADMIN_AddService.

For more information on this function, see Using Administrator Extension Functions (Called by Extension DLL).

See Also

ADMIN_Initialize, PADMIN_AddService