Ignore:
Timestamp:
Mar 23, 2011, 11:44:45 PM (14 years ago)
Author:
dmik
Message:

shell32: systray: Added support for the "TaskbarCreated" system notificaiton message that Windows broadcasts to all top-level windows when the taskbar (xcenter in case of OS/2) is (re)started. This allows applications supporting this message (including Java applications) recreate their taskbar icons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r21594 r21602  
    146146BOOL    WIN32API PostThreadMessageW(DWORD, UINT, WPARAM, LPARAM);
    147147
     148UINT    WIN32API RegisterWindowMessageA(LPCSTR);
     149UINT    WIN32API RegisterWindowMessageW(LPCWSTR);
     150
    148151DWORD   WIN32API GetWindowThreadProcessId(HWND,LPDWORD);
    149152int     WIN32API GetWindowTextA( HWND hwnd,  LPSTR lpsz, int cch);
Note: See TracChangeset for help on using the changeset viewer.