"James Hawkins" truiken@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.