ReactOS 0.4.16-dev-2204-g370eb8c
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 114 of file CFontBackgroundMenu.cpp.

119{
120 DEFCONTEXTMENU dcm;
121 ZeroMemory(&dcm, sizeof(dcm));
122 dcm.hwnd = hwnd;
123 dcm.psf = psf;
124 return ShellObjectCreatorInit<CFontBackgroundMenu>(pFontExt, &dcm, IID_PPV_ARG(IContextMenu, ppcm));
125}
#define ZeroMemory
Definition: minwinbase.h:31
IShellFolder * psf
Definition: shlobj.h:2558
_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  )