This function sets, for the specified system object, the window handle to use if any prompting is to be done that is associated with the system object (for example, prompting for user ID and password). When so set (to a non-NULL window handle), such a prompt would appear 'modal' to the main application window and therefore never would get hidden behind that window.
UINT CWB_ENTRY cwbCO_SetWindowHandle( cwbCO_SysHandle system, HWND windowHandle );
The following list shows common return values:
This API may be used any time to change the window handle for the specified system object, even after a successful signon.