|
CreateDataAdviseHolder
Returns a new instance of an OLE-provided implementation of the IDataAdviseHolder interface.
STDAPI CreateDataAdviseHolder(
IDataAdviseHolder **ppDAHolder
| //Pointer to the new instance of IDataAdviseHolder
| );
|
|
Parameter
ppDAHolder
Points to the location where the pointer to the new advise holder object
should be returned.
Return Values
S_OK
The IDataAdviseHolder interface was instantiated and the pointer returned.
E_OUTOFMEMORY
Indicates that OLE ran out of memory and IDataAdviseHolder could not be instantiated.
Comments
The IDataAdviseHolder interface is called by your implementation of the IDataObject::DAdvise interface to keep track of connections to advise sinks and to send
notifications when necessary.
See Also
IDataAdviseHolder
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|