Method | Description | |
---|---|---|
CopyHGlobal ( |
||
CreateFormatEtc ( ushort format ) : FORMATETC | ||
GetData ( |
Returns the data packed after the DROPFILES structure.
|
|
GetDroppedFiles ( ushort format, Microsoft dataObject, DropDataType &ddt ) : ReadOnlyCollection |
Retrives data from a VS format.
|
|
GetSourceProjectPath ( Microsoft dataObject ) : string |
Method | Description | |
---|---|---|
CopyStringToHGlobal ( string s, |
||
GetData ( Microsoft dataObject, FORMATETC &fmtetc ) : STGMEDIUM | ||
QueryGetData ( Microsoft dataObject, FORMATETC &fmtetc ) : int |
public static CopyHGlobal ( |
||
data | ||
return |
public static CreateFormatEtc ( ushort format ) : FORMATETC | ||
format | ushort | |
return | FORMATETC |
public static GetData ( |
||
dropHandle | ||
return | string |
public static GetDroppedFiles ( ushort format, Microsoft dataObject, DropDataType &ddt ) : ReadOnlyCollection |
||
format | ushort | |
dataObject | Microsoft | |
ddt | DropDataType | |
return | ReadOnlyCollection |
public static GetSourceProjectPath ( Microsoft dataObject ) : string | ||
dataObject | Microsoft | |
return | string |