ReactOS 0.4.15-dev-7842-g558ab78
CBandSite.cpp File Reference
#include "shellbars.h"
Include dependency graph for CBandSite.cpp:

Go to the source code of this file.

Macros

#define ASSERT(cond)
 

Functions

HRESULT WINAPI RSHELL_CBandSite_CreateInstance (LPUNKNOWN pUnkOuter, REFIID riid, void **ppv)
 

Macro Definition Documentation

◆ ASSERT

#define ASSERT (   cond)
Value:
if (!(cond)) \
ERR ("ASSERTION %s AT %s:%d FAILED!\n", #cond, __FILE__, __LINE__)

Definition at line 25 of file CBandSite.cpp.

Function Documentation

◆ RSHELL_CBandSite_CreateInstance()

HRESULT WINAPI RSHELL_CBandSite_CreateInstance ( LPUNKNOWN  pUnkOuter,
REFIID  riid,
void **  ppv 
)

Definition at line 1009 of file CBandSite.cpp.

1010{
1011 return CBandSite::_CreatorClass::CreateInstance(pUnkOuter, riid, ppv);
1012}
REFIID riid
Definition: atlbase.h:39
REFIID LPVOID * ppv
Definition: atlbase.h:39