ReactOS 0.4.16-dev-747-gbc52d5f
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
class | CTaskBand |
Functions | |
HRESULT | CTaskBand_CreateInstance (IN ITrayWindow *Tray, HWND hWndStartButton, REFIID riid, void **ppv) |
Variables | |
const GUID | CLSID_ITaskBand = { 0x68284FAA, 0x6A48, 0x11D0, { 0x8C, 0x78, 0x00, 0xC0, 0x4F, 0xD9, 0x18, 0xB4 } } |
HRESULT CTaskBand_CreateInstance | ( | IN ITrayWindow * | Tray, |
HWND | hWndStartButton, | ||
REFIID | riid, | ||
void ** | ppv | ||
) |
const GUID CLSID_ITaskBand = { 0x68284FAA, 0x6A48, 0x11D0, { 0x8C, 0x78, 0x00, 0xC0, 0x4F, 0xD9, 0x18, 0xB4 } } |
Definition at line 27 of file taskband.cpp.
Referenced by CTaskBand::GetClassID(), CTrayBandSite::HasTaskBand(), and CTrayBandSite::OnLoad().