ReactOS 0.4.15-dev-7924-g5949c20
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 754 of file CFSDropTarget.cpp.

755{
756 return ShellObjectCreatorInit<CFSDropTarget>(sPathTarget, riid, ppvOut);
757}
REFIID riid
Definition: atlbase.h:39

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