Platform SDK: Exchange Server |
The PADMIN_RemoveService Administrator extension function removes a service from the list of monitored services.
Header file: | ADMINEXT.H |
Library: | ADMINEXT.LIB |
BOOL (* PADMIN_RemoveService)( HWND hwnd, LPWSTR wszServiceName );
See Return Values.
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).