Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this function to get the selection type chosen by the user in the Server Busy dialog box.
UINT GetSelectionType( ) const;
Return Value
Type of selection made.
Remarks
The return type values are specified by the Selection enumeration type declared in the COleBusyDialog class.
enum Selection
{
switchTo,
retry,
callUnblocked
};
Brief descriptions of these values follow:
COleBusyDialog::switchTo Switch To button was pressed.
COleBusyDialog::retry Retry button was pressed.
COleBusyDialog::callUnblocked Call to activate the server is now unblocked.
Requirements
Header: afxodlgs.h