ReactOS 0.4.16-dev-937-g7afcd2a
|
Public Attributes | |
ITextHost | ITextHost_iface |
LONG | refCount |
HWND | window |
RECT | client_rect |
CHARFORMAT2W | char_format |
DWORD | scrollbars |
DWORD | props |
CHARFORMAT2W ITextHostTestImpl::char_format |
Definition at line 90 of file txtsrv.c.
Referenced by init_texthost().
RECT ITextHostTestImpl::client_rect |
Definition at line 89 of file txtsrv.c.
Referenced by init_texthost(), test_notifications(), test_TxDraw(), and test_TxGetScroll().
ITextHost ITextHostTestImpl::ITextHost_iface |
Definition at line 86 of file txtsrv.c.
Referenced by init_texthost(), and test_COM().
DWORD ITextHostTestImpl::props |
Definition at line 91 of file txtsrv.c.
Referenced by init_texthost(), test_notifications(), test_TxDraw(), and test_TxGetScroll().
LONG ITextHostTestImpl::refCount |
Definition at line 87 of file txtsrv.c.
Referenced by init_texthost().
DWORD ITextHostTestImpl::scrollbars |
Definition at line 91 of file txtsrv.c.
Referenced by init_texthost(), test_notifications(), and test_TxGetScroll().
HWND ITextHostTestImpl::window |
Definition at line 88 of file txtsrv.c.
Referenced by init_texthost(), test_notifications(), test_TxDraw(), and test_TxGetScroll().