ReactOS 0.4.15-dev-7918-g2a2556c
CMenuBand.cpp File Reference
#include "shellmenu.h"
#include <windowsx.h>
#include <commoncontrols.h>
#include <shlwapi_undoc.h>
#include "CMenuBand.h"
#include "CMenuToolbars.h"
#include "CMenuFocusManager.h"
Include dependency graph for CMenuBand.cpp:

Go to the source code of this file.

Macros

#define UNIMPLEMENTED   TRACE("%s is UNIMPLEMENTED!\n", __FUNCTION__)
 

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (CMenuBand)
 
HRESULT WINAPI RSHELL_CMenuBand_CreateInstance (REFIID riid, LPVOID *ppv)
 

Macro Definition Documentation

◆ UNIMPLEMENTED

#define UNIMPLEMENTED   TRACE("%s is UNIMPLEMENTED!\n", __FUNCTION__)

Definition at line 33 of file CMenuBand.cpp.

Function Documentation

◆ RSHELL_CMenuBand_CreateInstance()

HRESULT WINAPI RSHELL_CMenuBand_CreateInstance ( REFIID  riid,
LPVOID ppv 
)

Definition at line 1312 of file CMenuBand.cpp.

1313{
1314 return ShellObjectCreator<CMenuBand>(riid, ppv);
1315}
REFIID riid
Definition: atlbase.h:39
REFIID LPVOID * ppv
Definition: atlbase.h:39

Referenced by CRShellClassFactory::CreateInstance().

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( CMenuBand  )