This document is archived and information here might be outdated. Recommended version. |
Responds to the client renaming the locator.
[Visual Basic .NET] Public Sub OnRename ( _ ByVal newName As String, _ ByVal pCancelTracker As ITrackCancel _ )
[C#] public void OnRename ( string newName, ITrackCancel pCancelTracker );
[C++]
HRESULT OnRename(
BSTR newName,
ITrackCancel* pCancelTracker
);
[C++]
Parameters newName [in]
newName is a parameter of type BSTR pCancelTracker [in]
pCancelTracker is a parameter of type ITrackCancel*