ISMConfigureServers

DWORD ISMConfigureServers(
HWND hWnd,
DWORD dwReserved,
LPCTSTR lpstrServers
);

Parameters

hWnd

Handle to main window.

dwReserved

Reserved. Must be zero.

lpstrServers

A double null-terminated list of servers.

Return Values

The return value is a WIN32 error code.

Remarks

The ISMConfigureServers function is called with a double null-terminated list of servers that are to be administered. It is the responsibility of the configuration DLL to provide the dialogs that the user uses to interact with the service, and it is also the responsibility of the configuration DLL to present multiple-server configuration to the user. The hWnd parameter is a window handle to the owning application (typically, the main frame window of the ISM application). The dwReserved parameter is reserved for future expansion and should be zero. The lpstrServers parameter is a double null-terminated list of server names.