This documentation is archived and is not being maintained.
IDataObject Methods
Visual Studio 2010
The IDataObject type exposes the following members.
| Name | Description | |
|---|---|---|
|
DAdvise | Creates a notification connection between a data object implementing the IDataObject interface and a caller object, letting the caller receive notification of changes in the data for the data object. |
|
DUnadvise | Destroys a notification connection that was created by an earlier call to the DAdvise method. |
|
EnumDAdvise | Retrieves a pointer to an object that can enumerate the notification connections that are currently maintained by this IDataObject interface. |
|
EnumFormatEtc | Retrieves a pointer to an object that can enumerate the FORMATETC enumerator types that this implementation supports. |
|
GetCanonicalFormatEtc | Retrieves a pointer to a standard FORMATETC structure that is logically equivalent to, but not necessarily equal to, the FORMATETC structure that is referenced by the a parameter. |
|
GetData | Renders the data that is described in the specified pFormatEtc structure and transfers it to the b parameter. |
|
GetDataHere | Renders the data that is described in the specified pFormatEtc structure and transfers it to the b parameter. |
|
QueryGetData | Retrieves a value indicating whether the implementer can render the data that is contained in the a parameter. |
|
SetData | Transfers the data that is contained in the STGMEDIUM structure, referenced by a, to this instance of the IDataObject interface. |
Show: