C++ Attributes: importidl

Specifies that the IDL files argument(s) will have their non-library block portions imported into the embedded IDL file and their library block portions included into the embedded IDL library block

Syntax

[
    define_attribute = "importidl",
    argument_list = "",
    help_string = "Specifies that the IDL files argument(s) will have their non-library block portions imported into the embedded IDL file and their library block portions included into the embedded IDL library block",
    usage = eAnonymousUsage,
    group = eCompilerGroup,
    repeatable = "true",
    shipping = "true",
    variable_args = "true"
];