C++ Attributes: async_uuid

Specifies the asynch UUID which directs the MIDL compiler to define both synchronous and asynchronous versions of a COM interface

Syntax

[
    define_attribute = "async_uuid",
    argument_list = "async_uuid",
    invalid_attributes = "dispinterface | dual",
    required_arguments = "async_uuid",
    help_string = "Specifies the asynch UUID which directs the MIDL compiler to define both synchronous and asynchronous versions of a COM interface",
    usage = eInterfaceUsage,
    group = eCPlusPlusGroup,
    shipping = "true"
];