ReactOS 0.4.16-dev-340-g0540c21
|
#include <CTaskbarList.h>
Private Member Functions | |
HWND | TaskWnd () |
void | SendTaskWndShellHook (WPARAM wParam, HWND hWnd) |
Private Attributes | |
HWND | m_hTaskWnd |
UINT | m_ShellHookMsg |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Static Public Member Functions inherited from ATL::CComObjectRootBase | |
static void WINAPI | ObjectMain (bool) |
static const struct _ATL_CATMAP_ENTRY * | GetCategoryMap () |
static HRESULT WINAPI | InternalQueryInterface (void *pThis, const _ATL_INTMAP_ENTRY *pEntries, REFIID iid, void **ppvObject) |
Public Attributes inherited from ATL::CComObjectRootBase | |
LONG | m_dwRef |
Definition at line 11 of file CTaskbarList.h.
CTaskbarList::CTaskbarList | ( | ) |
Definition at line 17 of file CTaskbarList.cpp.
|
virtual |
Definition at line 23 of file CTaskbarList.cpp.
Implements ITaskbarList.
Definition at line 83 of file CTaskbarList.cpp.
Definition at line 41 of file CTaskbarList.cpp.
Referenced by ActivateTab(), AddTab(), and DeleteTab().
Implements ITaskbarList.
Definition at line 89 of file CTaskbarList.cpp.
|
private |
Definition at line 27 of file CTaskbarList.cpp.
Referenced by HrInit(), and SendTaskWndShellHook().
|
private |
Definition at line 16 of file CTaskbarList.h.
Referenced by TaskWnd().
|
private |
Definition at line 17 of file CTaskbarList.h.
Referenced by CTaskbarList(), HrInit(), and SendTaskWndShellHook().