#include <shared.h>
Inheritance diagram for tty:
Public Member Functions | |
void | init () |
HANDLE | create_inuse (const char *) |
BOOL | common_init (fhandler_pty_master *) |
BOOL | alive (const char *fmt) |
BOOL | slave_alive () |
BOOL | master_alive () |
HWND | gethwnd () |
void | sethwnd (HWND wnd) |
int | make_pipes (fhandler_pty_master *ptym) |
HANDLE | open_output_mutex (BOOL inherit=FALSE) |
BOOL | exists () |
Data Fields | |
HWND | hwnd |
DWORD | master_pid |
HANDLE | from_master |
HANDLE | to_slave |
HANDLE | from_slave |
HANDLE | to_master |
int | read_retval |
BOOL | was_opened |
Private Member Functions | |
HANDLE | get_event (const char *fmt, BOOL inherit) |
Definition at line 434 of file shared.h.
|
|
|
|
|
|
|
Definition at line 463 of file shared.h. References CloseHandle(), open_output_mutex(), and slave_alive(). |
|
|
|
Definition at line 454 of file shared.h. References hwnd. |
|
|
|
|
|
|
|
Definition at line 457 of file shared.h. References __small_sprintf(), buf, tty_min::ntty, and OUTPUT_MUTEX. Referenced by exists(). |
|
Definition at line 455 of file shared.h. References hwnd. |
|
Referenced by exists(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|