Retrieves the IHTMLDataTransfer interface pointer of the event object.
Syntax
HRESULT get_dataTransfer( IHTMLDataTransfer **p );
Parameters
- p
- Address of a pointer to an IHTMLDataTransfer interface that returns the event object.
Return Value
Returns S_OK if successful, or an error code otherwise.