This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET]
Public Sub RenameElement ( _
ByVal pwcsOldName As String, _
ByVal pwcsNewName As String _
)
[C#]
public void RenameElement (
string pwcsOldName,
string pwcsNewName
);
[C++]
HRESULT RenameElement(
LPWSTR pwcsOldName,
LPWSTR pwcsNewName
);
[C++] Parameters pwcsOldName [in]
pwcsOldName is a parameter of type LPWSTR pwcsNewName [in]
pwcsNewName is a parameter of type LPWSTR