IOleAdviseHolder::SendOnRename (Compact 2013)
3/26/2014
This method sends IAdviseSink::OnRename notifications to all advisory sinks registered with the advise holder.
Syntax
HRESULT SendOnRename(
IMoniker* pmk
);
Parameters
- pmk
[in] Pointer to the new full moniker of the object.
Return Value
S_OK indicates that advise sinks were sent OnRename notifications.
Remarks
SendOnRename calls OnRename to advise the calling object, which must have established an advisory connection, that the object has a new moniker.
If you are using the OLE advise holder (having obtained a pointer through a call to CreateOleAdviseHolder), you can call SendOnRename in the implementation of IOleObject::SetMoniker, when you have determined that the operation is successful.
To determine whether the platform supports this interface, see Determining Supported COM APIs.
Requirements
Header |
Oleidl.h, |
Library |
oleaut32.lib, |
See Also
Tasks
Reference
IOleAdviseHolder
CreateOleAdviseHolder
IAdviseSink::OnRename
IOleObject::SetMoniker