ReactOS 0.4.16-dev-937-g7afcd2a
ITextHostTestImpl Struct Reference
Collaboration diagram for ITextHostTestImpl:

Public Attributes

ITextHost ITextHost_iface
 
LONG refCount
 
HWND window
 
RECT client_rect
 
CHARFORMAT2W char_format
 
DWORD scrollbars
 
DWORD props
 

Detailed Description

Definition at line 84 of file txtsrv.c.

Member Data Documentation

◆ char_format

CHARFORMAT2W ITextHostTestImpl::char_format

Definition at line 90 of file txtsrv.c.

Referenced by init_texthost().

◆ client_rect

RECT ITextHostTestImpl::client_rect

Definition at line 89 of file txtsrv.c.

Referenced by init_texthost(), test_notifications(), test_TxDraw(), and test_TxGetScroll().

◆ ITextHost_iface

ITextHost ITextHostTestImpl::ITextHost_iface

Definition at line 86 of file txtsrv.c.

Referenced by init_texthost(), and test_COM().

◆ props

DWORD ITextHostTestImpl::props

Definition at line 91 of file txtsrv.c.

Referenced by init_texthost(), test_notifications(), test_TxDraw(), and test_TxGetScroll().

◆ refCount

LONG ITextHostTestImpl::refCount

Definition at line 87 of file txtsrv.c.

Referenced by init_texthost().

◆ scrollbars

DWORD ITextHostTestImpl::scrollbars

Definition at line 91 of file txtsrv.c.

Referenced by init_texthost(), test_notifications(), and test_TxGetScroll().

◆ window

HWND ITextHostTestImpl::window

Definition at line 88 of file txtsrv.c.

Referenced by init_texthost(), test_notifications(), test_TxDraw(), and test_TxGetScroll().


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