| Visual Basic | |
|---|---|
Sub RenameEx( _ ByVal lParentWnd As System.Integer, _ ByVal bsNewName As System.String, _ ByVal lFlags As System.Integer _ ) | |
| C# | |
|---|---|
void RenameEx( System.int lParentWnd, System.string bsNewName, System.int lFlags ) | |
| C++/CLI | |
|---|---|
void RenameEx( & System.int lParentWnd, & System.String^ bsNewName, & System.int lFlags ) | |
Parameters
- lParentWnd
- Parent window handle
- bsNewName
- New file name
- lFlags
- 0; reserved
- S_OK: The method successfully executed.
- S_FALSE: An argument is invalid.
SOLIDWORKS PDM Professional Version 6.0