ReactOS 0.4.16-dev-2279-gc890759
CFontBackgroundMenu.cpp File Reference
#include "precomp.h"
#include <shlwapi_undoc.h>
Include dependency graph for CFontBackgroundMenu.cpp:

Go to the source code of this file.

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (fontext)
 
HRESULT APIENTRY CFontBackgroundMenu_Create (CFontExt *pFontExt, HWND hwnd, IShellFolder *psf, IContextMenu **ppcm)
 

Function Documentation

◆ CFontBackgroundMenu_Create()

HRESULT APIENTRY CFontBackgroundMenu_Create ( CFontExt pFontExt,
HWND  hwnd,
IShellFolder psf,
IContextMenu **  ppcm 
)

Definition at line 113 of file CFontBackgroundMenu.cpp.

118{
119 DEFCONTEXTMENU dcm;
120 ZeroMemory(&dcm, sizeof(dcm));
121 dcm.hwnd = hwnd;
122 dcm.psf = psf;
123 return ShellObjectCreatorInit<CFontBackgroundMenu>(pFontExt, &dcm, IID_PPV_ARG(IContextMenu, ppcm));
124}
#define ZeroMemory
Definition: minwinbase.h:31
IShellFolder * psf
Definition: shlobj.h:2560
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023
#define IID_PPV_ARG(Itype, ppType)

Referenced by CFontExt::CreateViewObject().

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( fontext  )