Article ID: 114600
Article Last Modified on 3/3/2005
// if not a Wildcard Advise and the data format is not supported,
// return failure.
if( !(pfmtetc->cfFormat == NULL &&
pfmtetc->ptd == NULL &&
pfmtetc->dwAspect == -1L &&
pfmtetc->lindex == -1L &&
pfmtetc->tymed == -1L)
&& FAILED(hres = QueryGetData(pfmtetc)) )
return hres;
// Now pass on to the Data Advise holder
For more information on the IDataObject::DAdvise() member function, please
refer to pages 436-439 of the "OLE Programmer's Reference, Volume 1".
Additional query words: 2.01 3.50 4.00
Keywords: kbprogramming KB114600