ReactOS 0.4.16-dev-178-g8ba6102
CFSDropTarget.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CFSDropTarget
 
struct  _DoDropData
 

Functions

HRESULT CFSDropTarget_CreateInstance (LPWSTR sPathTarget, REFIID riid, LPVOID *ppvOut)
 

Function Documentation

◆ CFSDropTarget_CreateInstance()

HRESULT CFSDropTarget_CreateInstance ( LPWSTR  sPathTarget,
REFIID  riid,
LPVOID ppvOut 
)

Definition at line 751 of file CFSDropTarget.cpp.

752{
753 return ShellObjectCreatorInit<CFSDropTarget>(sPathTarget, riid, ppvOut);
754}
REFIID riid
Definition: atlbase.h:39

Referenced by CFSFolder::CreateViewObject(), and CFSFolder::GetUIObjectOf().