नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
C++ Specific
Renames C++ reserved words by appending two underscores (__) to the variable name to resolve potential name conflicts.
Syntax
#import type-library 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