C++ Attributes: export

Indicates that the subsequent UDT is exported to the typelib

Syntax

[
    define_attribute = "export",
    help_string = "Indicates that the subsequent UDT is exported to the typelib",
    usage = eEnumUsage | eInterfaceUsage | eStructUsage | eTypedefUsage | eUnionUsage,
    group = eCompilerGroup,
    shipping = "true"
];