ReactOS 0.4.16-dev-716-g2b2bdab
|
Go to the source code of this file.
Functions | |
DynamicFct< BOOL(WINAPI *)(HWND hwnd)> | g_SetTaskmanWindow (TEXT("user32"), "SetTaskmanWindow") |
DynamicFct< BOOL(WINAPI *)(HWND hwnd)> | g_RegisterShellHookWindow (TEXT("user32"), "RegisterShellHookWindow") |
DynamicFct< BOOL(WINAPI *)(HWND hwnd)> | g_DeregisterShellHookWindow (TEXT("user32"), "DeregisterShellHookWindow") |
HICON | get_window_icon_small (HWND hwnd) |
retrieve icon from window | |
HICON | get_window_icon_big (HWND hwnd, bool allow_from_class) |
DynamicFct< BOOL(WINAPI *)(HWND hwnd)> g_DeregisterShellHookWindow | ( | TEXT("user32") | , |
"DeregisterShellHookWindow" | |||
) |
Referenced by TaskBar::~TaskBar().
DynamicFct< BOOL(WINAPI *)(HWND hwnd)> g_RegisterShellHookWindow | ( | TEXT("user32") | , |
"RegisterShellHookWindow" | |||
) |
Referenced by TaskBar::Init().
Referenced by TaskBar::Init(), and TaskBar::~TaskBar().
Definition at line 347 of file taskbar.cpp.
retrieve icon from window
Definition at line 323 of file taskbar.cpp.
Referenced by TaskBar::EnumWndProc().