Click to return to the Reusing Browser Technology home page    
IHTMLWindow3::detachEvent...     IHTMLWindow3::get_onafter...     IHTMLWindow3 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLWindow3::get_clipboardData Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.