ReactOS 0.4.16-dev-1279-gc894716
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 1971 of file msctf.idl.

Member Enumeration Documentation

◆ TfLayoutCode

Enumerator
TF_LC_CREATE 
TF_LC_CHANGE 
TF_LC_DESTROY 

Definition at line 1973 of file msctf.idl.

1974 {
1975 TF_LC_CREATE = 0,
1976 TF_LC_CHANGE = 1,
1977 TF_LC_DESTROY = 2
1978 } 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: