ITTerminalControl::get_AddressHandle method (termmgr.h)

The get_AddressHandle method gets the MSP address handle.

Syntax

HRESULT get_AddressHandle(
  [out] MSP_HANDLE *phtAddress
);

Parameters

[out] phtAddress

Pointer to MSP address handle.

Return value

This method can return one of these values.

Value Meaning
S_OK
Method succeeded.
E_POINTER
The phtAddress parameter is not a valid pointer.

Requirements

Requirement Value
Target Platform Windows
Header termmgr.h

See also

ITTerminalControl