|
ReactOS 0.4.16-dev-1946-g52006dd
|


Classes | |
| struct | TF_LBBALLOONINFO |
Public Types | |
| enum | TfLBBalloonStyle { TF_LB_BALLOON_RECO = 0 , TF_LB_BALLOON_SHOW = 1 , TF_LB_BALLOON_MISS = 2 } |
| typedef struct ITfLangBarItemBalloon::TF_LBBALLOONINFO | TF_LBBALLOONINFO |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
| HRESULT | OnClick ([in] TfLBIClick click, [in] POINT pt, [in] const RECT *prcArea) |
| HRESULT | GetPreferredSize ([in] const SIZE *pszDefault, [out] SIZE *psz) |
| HRESULT | GetBalloonInfo ([out] TF_LBBALLOONINFO *pInfo) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Definition at line 313 of file ctfutb.idl.
| Enumerator | |
|---|---|
| TF_LB_BALLOON_RECO | |
| TF_LB_BALLOON_SHOW | |
| TF_LB_BALLOON_MISS | |
Definition at line 324 of file ctfutb.idl.
| HRESULT ITfLangBarItemBalloon::GetBalloonInfo | ( | [out] TF_LBBALLOONINFO * | pInfo | ) |
| HRESULT ITfLangBarItemBalloon::OnClick | ( | [in] TfLBIClick | click, |
| [in] POINT | pt, | ||
| [in] const RECT * | prcArea | ||
| ) |