CreateDataAdviseHolder
Supplies a
pointer to the OLE implementation of IDataAdviseHolder
WINOLEAPI CreateDataAdviseHolder(
IDataAdviseHolder **ppDAHolder |
//Indirect pointer to the advise holder object |
); |
|
Parameter
ppDAHolder
[out]
Indirect pointer to the IDataAdviseHolder
Return Values
This function
supports the standard return value E_OUTOFMEMORY, as well as the following:
S_OK
The advise
holder object has been instantiated and the pointer supplied.
Remarks
Call CreateDataAdviseHolder
in your implementation of IDataObject::DAdvise to get a pointer to the
OLE implementation of IDataAdviseHolder
See Also