Name | Description | |
---|---|---|
NOleDataObjectProvider Constructor | Initializer constructor |
The following tables list the members exposed by NOleDataObjectProvider.
Name | Description | |
---|---|---|
NOleDataObjectProvider Constructor | Initializer constructor |
Name | Description | |
---|---|---|
DAdvise | ||
DUnadvise | Destroys a notification connection that had been previously established. | |
EnumDAdvise | ||
EnumFormatEtc | Creates an object for enumerating the FORMATETC structures for a data object | |
GetCanonicalFormatEtc | Provides a standard FORMATETC structure that is logically equivalent to a more complex structure. | |
GetData | Obtains data from a source data object. This method, which is called by a data consumer, renders the data described in the specified FORMATETC structure and transfers it through the specified STGMEDIUM structure. The caller then assumes responsibility for releasing the STGMEDIUM. | |
GetDataHere | Obtains data from a source data object. This method, which is called by a data consumer, differs from the GetData method in that the caller must allocate and free the specified storage medium. | |
QueryGetData | Determines whether the data object is capable of rendering the data described in the FORMATETC structure. Objects attempting a paste or drop operation can call this method before calling GetData to get an indication of whether the operation may be successful. | |
SetData | Transfers data to the object that implements this method. This method is called by an object that contains a data source. |