[PATCH 4/9] include: Add INameSpaceTreeControl, INameSpaceTreeControl2 and INameSpaceTreeControlEvents interface declarations.

Alexandre Julliard julliard at winehq.org
Tue Jul 20 06:59:06 CDT 2010


David Hedberg <david.hedberg at gmail.com> writes:

> +    HRESULT OnItemClick(
> +        [in, annotation("__in")] IShellItem *psi,
> +        [in, annotation("__in")] NSTCEHITTEST nstceHitTest,
> +        [in, annotation("__in")] NSTCECLICKTYPE nstceClickType);
> +
> +    HRESULT OnPropertyItemCommit(
> +        [in, annotation("__in")] IShellItem *psi);

Please don't add these annotations, that's redundant. If we want that
sort of things in the generated headers one day we can make widl
generate them.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list