|
WinTer 0.1.1
Windows Terminal Emulator
|
Encapsulates the OS-level state of an active Pseudo Console session. More...
#include <pty.h>
Public Attributes | |
| HPCON | hPC |
| HANDLE | hInputWrite |
| HANDLE | hOutputRead |
| HANDLE | hProcess |
| HANDLE | hThread |
Encapsulates the OS-level state of an active Pseudo Console session.
This struct owns all Win32 handles needed to communicate with the shell process. All handles are initialized to NULL and must only be used after a successful call to pty_init(). The hProcess and hThread handles are populated after a successful call to pty_spawn().
| HANDLE pty_state_t::hInputWrite |
| HANDLE pty_state_t::hOutputRead |
| HPCON pty_state_t::hPC |
| HANDLE pty_state_t::hProcess |
| HANDLE pty_state_t::hThread |