comctl32: Update LVGROUP struct to match msdn

Dmitry Timoshkov dmitry at baikal.ru
Fri May 20 01:56:31 CDT 2005


"James Hawkins" <truiken at gmail.com> wrote:

> Changelog
> * Update LVGROUP struct to match msdn.

> --- include/commctrl.h 18 May 2005 09:43:23 -0000 1.144
> +++ include/commctrl.h 20 May 2005 05:14:22 -0000
> @@ -3439,6 +3439,8 @@ typedef struct LVGROUPA
>   UINT mask;
>   LPSTR pszHeader;
>   int cchHeader;
> +    LPSTR pszFooter;
> +    int cchFooter;
>   int iGroupId;
>   UINT stateMask;
>   UINT state;
> @@ -3451,6 +3453,8 @@ typedef struct LVGROUPW
>   UINT mask;
>   LPWSTR pszHeader;
>   int cchHeader;
> +    LPWSTR pszFooter;
> +    int cchFooter;

It appears that PSDK headers don't have LVGROUPA/W structures at all,
but a unicode only LVGROUP instead.

-- 
Dmitry.




More information about the wine-devel mailing list