The PADMIN_AddService Administrator extension function adds a service to the list of services monitored by the server monitor program.
Header file: | ADMINEXT.H |
Library: | ADMINEXT.LIB |
BOOL (* PADMIN_AddService)(
HWND hwnd,
LPWSTR wszServiceName
);
See Return Values.
You define the address of the PADMIN_AddService function in the ADMIN_Initialize function.
For more information on this function, see Using Administrator Extension Functions (Called by Extension DLL).
ADMIN_Initialize, PADMIN_RemoveService