ReactOS 0.4.15-dev-8002-gbbb3b00
ITfTextLayoutSink Interface Reference
Inheritance diagram for ITfTextLayoutSink:
Collaboration diagram for ITfTextLayoutSink:

Public Types

enum  TfLayoutCode { TF_LC_CREATE = 0 , TF_LC_CHANGE = 1 , TF_LC_DESTROY = 2 }
 
- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Public Member Functions

HRESULT OnLayoutChange ([in] ITfContext *pic, [in] TfLayoutCode lcode, [in] ITfContextView *pView)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Detailed Description

Definition at line 1989 of file msctf.idl.

Member Enumeration Documentation

◆ TfLayoutCode

Enumerator
TF_LC_CREATE 
TF_LC_CHANGE 
TF_LC_DESTROY 

Definition at line 1991 of file msctf.idl.

1992 {
1993 TF_LC_CREATE = 0,
1994 TF_LC_CHANGE = 1,
1995 TF_LC_DESTROY = 2
1996 } TfLayoutCode;

Member Function Documentation

◆ OnLayoutChange()

HRESULT ITfTextLayoutSink::OnLayoutChange ( [in] ITfContext pic,
[in] TfLayoutCode  lcode,
[in] ITfContextView pView 
)

Implemented in CTextEventSink.


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