Est-ce que quelqu'un a déjà utilisé le code :
raw_interfaces_only
dans par exemple :
Ca marche dans mon cas mais je ne vois pas trop à quoi ça sertCode:#import <msxml4.dll> raw_interfaces_only
Version imprimable
Est-ce que quelqu'un a déjà utilisé le code :
raw_interfaces_only
dans par exemple :
Ca marche dans mon cas mais je ne vois pas trop à quoi ça sertCode:#import <msxml4.dll> raw_interfaces_only
http://msdn.microsoft.com/library/en-us/vclang/html/_predir_The_.23.import_Directive.aspCitation:
raw_interfaces_only attribute
The raw_interfaces_only attribute suppresses the generation of error-handling wrapper functions and __declspec(property) declarations that use those wrapper functions.
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 directly from the type library.
This attribute allows you to expose only the low-level contents of the type library.