ITTerminal::get_TerminalType method (tapi3if.h)
The get_TerminalType method gets the TERMINAL_TYPE of the terminal.
Syntax
HRESULT get_TerminalType(
[out] TERMINAL_TYPE *pType
);
Parameters
[out] pType
Pointer to a TERMINAL_TYPE.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
The pType parameter is not a valid pointer. |
|
Insufficient memory exists to perform the operation. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |