ControlCloseStatus enumeration

Indicates whether the application containing the control can close the control immediately.

Syntax

enum ControlCloseStatus {
  controlCloseCanProceed     = 0x0000, 
  controlCloseWaitForEvents  = 0x0001 

};

Constants

controlCloseCanProceed

Container can go ahead with close immediately. This can happen if the control is not connected.

controlCloseWaitForEvents

Container should wait for events IMsTscAxEvents::OnDisconnected or IMsTscAxEvents::OnConfirmClose.

Requirements

Requirement Value
Minimum supported client
Windows 8.1
Minimum supported server
Windows Server 2012 R2
Type library
MsTscAx.dll

See also

IMsRdpClient::RequestClose

IMsTscAxEvents::OnConfirmClose

IMsTscAxEvents::OnDisconnected