mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 12:07:19 +00:00
[MSUTB][SDK] Add CTipbarWnd (stub) (#6465)
Supporting Language Bar... JIRA issue: CORE-19363 - Add CTipbarWnd class (stub; empty implementation).
This commit is contained in:
parent
87df3b548e
commit
f8b62abf16
2 changed files with 666 additions and 15 deletions
|
@ -18,3 +18,8 @@ EXTERN_C LPVOID WINAPI GetLibTls(VOID);
|
|||
EXTERN_C BOOL WINAPI GetPopupTipbar(HWND hWnd, BOOL fWinLogon);
|
||||
EXTERN_C HRESULT WINAPI SetRegisterLangBand(BOOL bRegister);
|
||||
EXTERN_C VOID WINAPI ClosePopupTipbar(VOID);
|
||||
|
||||
struct ITfLangBarEventSink_P : IUnknown
|
||||
{
|
||||
STDMETHOD(OnLangBarUpdate)(TfLBIClick click, BOOL bFlag) = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue