Feedback

  • Contents
 

II3IDVariable2::RenameVariable Method

Synopsis

Renames a variable to the new name specified. Valid characters for a variable name are [a-zA-Z] for the first character and [0-9_a-zA-Z] for all other characters.

IDL Function Prototype

HRESULT RenameVariable(

   [in] BSTR NewVariableName

);

C/C++ Syntax

HRESULT RenameVariable(BSTR NewVariableName);

Parameters

NewVariableName

The variable's new name.