ReactOS 0.4.15-dev-7918-g2a2556c
CRecyclerDropTarget.cpp File Reference
#include <precomp.h>
Include dependency graph for CRecyclerDropTarget.cpp:

Go to the source code of this file.

Classes

class  CRecyclerDropTarget
 
struct  CRecyclerDropTarget::DeleteThreadData
 

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (shell)
 
HRESULT CRecyclerDropTarget_CreateInstance (REFIID riid, LPVOID *ppvOut)
 

Function Documentation

◆ CRecyclerDropTarget_CreateInstance()

HRESULT CRecyclerDropTarget_CreateInstance ( REFIID  riid,
LPVOID ppvOut 
)

Definition at line 183 of file CRecyclerDropTarget.cpp.

184{
185 return ShellObjectCreator<CRecyclerDropTarget>(riid, ppvOut);
186}
REFIID riid
Definition: atlbase.h:39

Referenced by CRecycleBin::CreateViewObject(), and CDefaultContextMenu::DoDelete().

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( shell  )