ITTerminalControl::CompleteConnectTerminal method (termmgr.h)

The CompleteConnectTerminal method completes the terminal connection.

Syntax

HRESULT CompleteConnectTerminal();

Return value

This method can return one of these values.

Value Meaning
S_OK
Method succeeded.

Remarks

This method always returns S_OK. If an MSP cannot connect the terminal, the error return must occur during the call to ITTerminalControl::ConnectTerminal.

Requirements

Requirement Value
Target Platform Windows
Header termmgr.h

See also

ITTerminalControl