Skip to content

Allow 'As Any' as function return type in interfaces. #60

@fafalone

Description

@fafalone

Recently encountered this in an SDK header:

            [in] PATTERNID patternId,
            [in] REFIID riid,
            [out, iid_is(riid), retval] void** patternObject);

As Any would be supported if it wasn't the retval; there's no reason to not allow it as the return.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions