David Hedberg <[email protected]> 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 [email protected]
