ReactOS 0.4.15-dev-7958-gcd0bb1a
CISFBand.cpp File Reference
#include "shellbars.h"
#include <commoncontrols.h>
#include <shellapi.h>
#include <wingdi.h>
#include <uxtheme.h>
Include dependency graph for CISFBand.cpp:

Go to the source code of this file.

Functions

HRESULT WINAPI RSHELL_CISFBand_CreateInstance (REFIID riid, void **ppv)
 

Function Documentation

◆ RSHELL_CISFBand_CreateInstance()

HRESULT WINAPI RSHELL_CISFBand_CreateInstance ( REFIID  riid,
void **  ppv 
)

Definition at line 669 of file CISFBand.cpp.

670 {
671 return ShellObjectCreator<CISFBand>(riid, ppv);
672 }
REFIID riid
Definition: atlbase.h:39
REFIID LPVOID * ppv
Definition: atlbase.h:39

Referenced by CQuickLaunchBand::FinalConstruct().