ReactOS 0.4.15-dev-7942-gd23573b
ITextServicesImpl Struct Reference
Collaboration diagram for ITextServicesImpl:

Public Attributes

IUnknown IUnknown_inner
 
ITextServices ITextServices_iface
 
IUnknownouter_unk
 
LONG ref
 
ITextHost * pMyHost
 
CRITICAL_SECTION csTxtSrv
 
ME_TextEditoreditor
 
char spare [256]
 

Detailed Description

Definition at line 36 of file txtsrv.c.

Member Data Documentation

◆ csTxtSrv

CRITICAL_SECTION ITextServicesImpl::csTxtSrv

Definition at line 42 of file txtsrv.c.

Referenced by CreateTextServices().

◆ editor

ME_TextEditor* ITextServicesImpl::editor

Definition at line 43 of file txtsrv.c.

Referenced by CreateTextServices().

◆ ITextServices_iface

ITextServices ITextServicesImpl::ITextServices_iface

Definition at line 38 of file txtsrv.c.

Referenced by CreateTextServices().

◆ IUnknown_inner

IUnknown ITextServicesImpl::IUnknown_inner

Definition at line 37 of file txtsrv.c.

Referenced by CreateTextServices().

◆ outer_unk

IUnknown* ITextServicesImpl::outer_unk

Definition at line 39 of file txtsrv.c.

Referenced by CreateTextServices().

◆ pMyHost

ITextHost* ITextServicesImpl::pMyHost

Definition at line 41 of file txtsrv.c.

Referenced by CreateTextServices().

◆ ref

LONG ITextServicesImpl::ref

Definition at line 40 of file txtsrv.c.

Referenced by CreateTextServices().

◆ spare

char ITextServicesImpl::spare[256]

Definition at line 44 of file txtsrv.c.


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