ReactOS 0.4.15-dev-7924-g5949c20
taskband.cpp File Reference
#include "precomp.h"
Include dependency graph for taskband.cpp:

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 } }
 

Function Documentation

◆ CTaskBand_CreateInstance()

HRESULT CTaskBand_CreateInstance ( IN ITrayWindow *  Tray,
HWND  hWndStartButton,
REFIID  riid,
void **  ppv 
)

Definition at line 346 of file taskband.cpp.

347{
348 return ShellObjectCreatorInit<CTaskBand>(Tray, hWndStartButton, riid, ppv);
349}
REFIID riid
Definition: atlbase.h:39
REFIID LPVOID * ppv
Definition: atlbase.h:39

Referenced by CTrayWindow::OnCreate().

Variable Documentation

◆ CLSID_ITaskBand

const GUID CLSID_ITaskBand = { 0x68284FAA, 0x6A48, 0x11D0, { 0x8C, 0x78, 0x00, 0xC0, 0x4F, 0xD9, 0x18, 0xB4 } }