Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The get_State method gets the current state of the terminal.
Syntax
HRESULT get_State(
[out] TERMINAL_STATE *pTerminalState
);
Parameters
[out] pTerminalState
Pointer to a TERMINAL_STATE enum member.
Return value
This method can return one of these values.
| Value | Meaning |
|---|---|
|
Method succeeded. |
|
The pTerminalState 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) |