Public Member Functions | |
| HRESULT | SetObject ([in] IRsObject *pvObj,[in] RtBool bDisposable) |
| HRESULT | GetObject ([out, retval] IRsObject **pvObj) |
| HRESULT | SetIdentification ([in] GUID gId) |
| HRESULT | GetIdentification ([out, retval] GUID *pgId) |
| HRESULT IRdDnDDataObject::SetObject | ( | [in] IRsObject * | pvObj, | |
| [in] RtBool | bDisposable | |||
| ) |
Set DnD object.
| pvObj | defines object to set to this Drag&Drop helper | |
| bDisposable | defines that object should be destroyed upon data object release |
| HRESULT IRdDnDDataObject::GetObject | ( | [out, retval] IRsObject ** | pvObj | ) |
Get DnD object.
| pvObj | object stored in D&D helper |
| HRESULT IRdDnDDataObject::SetIdentification | ( | [in] GUID | gId | ) |
Set DnD identification.
| gId | D&D object identification. |
| HRESULT IRdDnDDataObject::GetIdentification | ( | [out, retval] GUID * | pgId | ) |
Get DnD object identification.
| pgId | D&D object identification. |
1.5.5