Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows the dialog to filter clipboard data objects created by the hosted browser.
STDMETHOD(FilterDataObject)(
IDataObject *pDO,
IDataObject **ppDORet
);
Parameters
pDO
See pDO in IDocHostUIHandler::FilterDataObject in the Windows SDK.ppDORet
See ppDORet in IDocHostUIHandler::FilterDataObject in the Windows SDK.
Return Value
Returns S_FALSE.
Remarks
This member function is CDHtmlDialog's implementation of IDocHostUIHandler::FilterDataObject, as described in the Windows SDK.
Requirements
Header: afxdhtml.h