नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
C++ Specific
Suppresses the generation of error-handling wrapper functions, and property declarations that use those wrapper functions.
Syntax
#import type-library raw_interfaces_only
Remarks
The raw_interfaces_only attribute also causes the default prefix used in naming the non-property functions to be removed. Normally, the prefix is raw_. If this attribute is specified, the function names are taken directly from the type library.
This attribute allows you to expose only the low-level contents of the type library.
END C++ Specific