ListView_InsertColumn() question {revised]

Dmitry Timoshkov dmitry at codeweavers.com
Sat Oct 7 09:06:55 CDT 2006


"Andrew Talbot" <Andrew.Talbot at talbotville.com> wrote:

> Given (for a type T) that const T * and T const * are equivalent, and
> given the right-to-left nature of pointer declarations, am I not right in
> thinking that const LPLVCOLUMN pcol is really equivalent to:
> 
>    LVCOLUMN * const pcol;
> 
> not
> 
>    const LVCOLUMN *pcol;
> 
> ?

I think yes. A simple test with MSVC compiler and gcc confirms that as well.

-- 
Dmitry.



More information about the wine-devel mailing list