IDataObjectImpl Members
Class Methods
Sends a change notification back to each advise sink. |
IDataObject Methods
Establishes a connection between the data object and an advise sink. This enables the advise sink to receive notifications of changes in the object. |
|
Terminates a connection previously established through DAdvise. |
|
Creates an enumerator to iterate through the current advisory connections. |
|
Creates an enumerator to iterate through the FORMATETC structures supported by the data object. The ATL implementation returns E_NOTIMPL. |
|
Retrieves a logically equivalent FORMATETC structure to one that is more complex. The ATL implementation returns E_NOTIMPL. |
|
Transfers data from the data object to the client. The data is described in a FORMATETC structure and is transferred through a STGMEDIUM structure. |
|
Similar to GetData, except the client must allocate the STGMEDIUM structure. The ATL implementation returns E_NOTIMPL. |
|
Determines whether the data object supports a particular FORMATETC structure for transferring data. The ATL implementation returns E_NOTIMPL. |
|
Transfers data from the client to the data object. The ATL implementation returns E_NOTIMPL. |