COleBusyDialog::GetSelectionType

UINTGetSelectionType();

Return Value

Type of selection made.

Remarks

Call this function to get the selection type chosen by the user in the Server Busy dialog box.

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.

COleBusyDialog OverviewClass MembersHierarchy Chart

See Also   COleBusyDialog::DoModal