mirror of
https://github.com/reactos/reactos.git
synced 2025-07-02 10:41:23 +00:00
[EXPLORER][SHELL32][SHELL32_APITEST][SDK] AppBar: Initial support (#7778)
Supporting AppBars. JIRA issue: CORE-7237 - Rewrite shell32!SHAppBarMessage function. - Introduce CAppBarManager class in base/shell/explorer/appbar.cpp. - Add support of ABM_NEW, ABM_REMOVE, ABM_QUERYPOS, and ABM_SETPOS messages for AppBar in Tray Window.
This commit is contained in:
parent
378a335468
commit
f19c62c80e
9 changed files with 780 additions and 495 deletions
|
@ -494,7 +494,12 @@ FindExecutableW(
|
|||
_In_opt_ LPCWSTR lpDirectory,
|
||||
_Out_writes_(MAX_PATH) LPWSTR lpResult);
|
||||
|
||||
UINT_PTR WINAPI SHAppBarMessage(_In_ DWORD, _Inout_ PAPPBARDATA);
|
||||
UINT_PTR
|
||||
WINAPI
|
||||
SHAppBarMessage(
|
||||
_In_ DWORD dwMessage,
|
||||
_Inout_ PAPPBARDATA pData);
|
||||
|
||||
BOOL WINAPI Shell_NotifyIconA(_In_ DWORD, _In_ PNOTIFYICONDATAA);
|
||||
BOOL WINAPI Shell_NotifyIconW(_In_ DWORD, _In_ PNOTIFYICONDATAW);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue