This topic has not yet been rated - Rate this topic

IHTMLDataTransfer interface

Provides access to predefined clipboard formats for use in data transfer operations.

Members

The IHTMLDataTransfer interface inherits from the IDispatch interface but does not have additional members.

Remarks

The IHTMLDataTransfer interface provides access to a data object. Get the IDataObject interface by calling QueryInterface for the IServiceProvider interface, and then calling IServiceProvider::QueryService with a service identifier of IID_IDataObject.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.