Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The latest version of this topic can be found at auto_rename. C++ Specific
Renames C++ reserved words by appending two underscores (__) to the variable name to resolve potential name conflicts.
Syntax
auto_rename
Remarks
This attribute is used when importing a type library that uses one or more C++ reserved words (keywords or macros) as variable names.
END C++ Specific