ReactOS 0.4.15-dev-8100-g1887773
sinks.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CESMAP
 
class  CCompartmentEventSink
 
class  CTextEventSink
 
class  CThreadMgrEventSink
 
class  CActiveLanguageProfileNotifySink
 

Typedefs

typedef struct CESMAP CESMAP
 
typedef struct CESMAPPCESMAP
 
typedef INT(CALLBACKFN_EVENTSINK) (LPVOID, REFGUID)
 
typedef INT(CALLBACKFN_ENDEDIT) (INT, LPVOID, LPVOID)
 
typedef INT(CALLBACKFN_LAYOUTCHANGE) (UINT nType, FN_ENDEDIT fnEndEdit, ITfContextView *pView)
 
typedef INT(CALLBACKFN_INITDOCMGR) (UINT, ITfDocumentMgr *, ITfDocumentMgr *, LPVOID)
 
typedef INT(CALLBACKFN_PUSHPOP) (UINT, ITfContext *, LPVOID)
 

Typedef Documentation

◆ CESMAP

typedef struct CESMAP CESMAP

◆ FN_ENDEDIT

typedef INT(CALLBACK * FN_ENDEDIT) (INT, LPVOID, LPVOID)

Definition at line 45 of file sinks.h.

◆ FN_EVENTSINK

typedef INT(CALLBACK * FN_EVENTSINK) (LPVOID, REFGUID)

Definition at line 18 of file sinks.h.

◆ FN_INITDOCMGR

typedef INT(CALLBACK * FN_INITDOCMGR) (UINT, ITfDocumentMgr *, ITfDocumentMgr *, LPVOID)

Definition at line 91 of file sinks.h.

◆ FN_LAYOUTCHANGE

typedef INT(CALLBACK * FN_LAYOUTCHANGE) (UINT nType, FN_ENDEDIT fnEndEdit, ITfContextView *pView)

Definition at line 46 of file sinks.h.

◆ FN_PUSHPOP

typedef INT(CALLBACK * FN_PUSHPOP) (UINT, ITfContext *, LPVOID)

Definition at line 92 of file sinks.h.

◆ PCESMAP

typedef struct CESMAP * PCESMAP