Re: [PATCH 4/9] include: Add INameSpaceTreeControl, INameSpaceTreeControl2 and INameSpaceTreeControlEvents interface declarations.
20 Jul
2010
20 Jul
'10
11:59 a.m.
David Hedberg <david.hedberg(a)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(a)winehq.org
5629
Age (days ago)
5629
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard