ReactOS 0.4.16-dev-981-g80eb313
host Struct Reference
Collaboration diagram for host:

Public Attributes

ITextHost2 ITextHost_iface
 
LONG ref
 
ITextServices * text_srv
 
HWND window
 
HWND parent
 
unsigned int emulate_10: 1
 
unsigned int dialog_mode: 1
 
unsigned int want_return: 1
 
unsigned int sel_bar: 1
 
unsigned int client_edge: 1
 
unsigned int use_set_rect: 1
 
unsigned int use_back_colour: 1
 
unsigned int defer_release: 1
 
PARAFORMAT2 para_fmt
 
DWORD props
 
DWORD scrollbars
 
DWORD event_mask
 
RECT client_rect
 
RECT set_rect
 
COLORREF back_colour
 
WCHAR password_char
 
unsigned int notify_level
 

Detailed Description

Definition at line 36 of file txthost.c.

Member Data Documentation

◆ back_colour

COLORREF host::back_colour

Definition at line 53 of file txthost.c.

Referenced by ITextHostImpl_TxGetSysColor(), and RichEditWndProc_common().

◆ client_edge

unsigned int host::client_edge

◆ client_rect

RECT host::client_rect

Definition at line 52 of file txthost.c.

Referenced by host_create(), ITextHostImpl_TxGetClientRect(), and RichEditWndProc_common().

◆ defer_release

unsigned int host::defer_release

Definition at line 49 of file txthost.c.

Referenced by host_create(), and RichEditWndProc_common().

◆ dialog_mode

unsigned int host::dialog_mode

Definition at line 43 of file txthost.c.

Referenced by host_create(), and RichEditWndProc_common().

◆ emulate_10

unsigned int host::emulate_10

◆ event_mask

DWORD host::event_mask

Definition at line 51 of file txthost.c.

Referenced by host_create(), and RichEditWndProc_common().

◆ ITextHost_iface

ITextHost2 host::ITextHost_iface

◆ notify_level

unsigned int host::notify_level

Definition at line 55 of file txthost.c.

Referenced by host_create(), and RichEditWndProc_common().

◆ para_fmt

PARAFORMAT2 host::para_fmt

Definition at line 50 of file txthost.c.

Referenced by host_create(), and ITextHostImpl_TxGetParaFormat().

◆ parent

◆ password_char

WCHAR host::password_char

Definition at line 54 of file txthost.c.

Referenced by host_create(), ITextHostImpl_TxGetPasswordChar(), and RichEditWndProc_common().

◆ props

◆ ref

◆ scrollbars

◆ sel_bar

◆ set_rect

RECT host::set_rect

◆ text_srv

◆ use_back_colour

unsigned int host::use_back_colour

Definition at line 48 of file txthost.c.

Referenced by host_create(), ITextHostImpl_TxGetSysColor(), and RichEditWndProc_common().

◆ use_set_rect

unsigned int host::use_set_rect

◆ want_return

unsigned int host::want_return

◆ window


The documentation for this struct was generated from the following file: