ReactOS 0.4.15-dev-7953-g1f49173
CBandSiteMenu.cpp File Reference
#include "shellbars.h"
#include <browseui_undoc.h>
#include <shlwapi_undoc.h>
Include dependency graph for CBandSiteMenu.cpp:

Go to the source code of this file.

Macros

#define FIRST_COMCAT_MENU_ID   0x5
 

Functions

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

Macro Definition Documentation

◆ FIRST_COMCAT_MENU_ID

#define FIRST_COMCAT_MENU_ID   0x5

Definition at line 34 of file CBandSiteMenu.cpp.

Function Documentation

◆ RSHELL_CBandSiteMenu_CreateInstance()

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

Definition at line 523 of file CBandSiteMenu.cpp.

524{
525 return ShellObjectCreator<CBandSiteMenu>(riid, ppv);
526}
REFIID riid
Definition: atlbase.h:39
REFIID LPVOID * ppv
Definition: atlbase.h:39