ReactOS 0.4.16-dev-1946-g52006dd
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
 

Macros

#define DROPIDM_EXTFIRST   100
 
#define DROPIDM_EXTLAST   0x7fff
 

Functions

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

Macro Definition Documentation

◆ DROPIDM_EXTFIRST

#define DROPIDM_EXTFIRST   100

Definition at line 26 of file CFSDropTarget.h.

◆ DROPIDM_EXTLAST

#define DROPIDM_EXTLAST   0x7fff

Definition at line 27 of file CFSDropTarget.h.

Function Documentation

◆ CFSDropTarget_CreateInstance()

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

Definition at line 806 of file CFSDropTarget.cpp.

807{
808 return ShellObjectCreatorInit<CFSDropTarget>(sPathTarget, riid, ppvOut);
809}
REFIID riid
Definition: atlbase.h:39

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