Retrieves the data transfer object for the window. Using the data transfer object, you can write information to, and read it from, the clipboard.
Syntax
HRESULT get_clipboardData( IHTMLDataTransfer **p );
Parameters
- p
- Address of a pointer to an IHTMLDataTransfer interface that returns the data transfer element associated with the window.
Return Value
Returns S_OK if successful, or an error code otherwise.