Searched refs:iGroupId (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcommctrl.h3276 INT iGroupId; member in struct:tagLVITEMA
3298 INT iGroupId; member in struct:tagLVITEMW
3552 INT iGroupId; member in struct:LVGROUP
3921 #define ListView_SetGroupInfo(hwnd, iGroupId, pgrp) \
3922 SNDMSG((hwnd), LVM_SETGROUPINFO, (WPARAM)iGroupId, (LPARAM)pgrp)
3923 #define ListView_GetGroupInfo(hwnd, iGroupId, pgrp) \
3924 SNDMSG((hwnd), LVM_GETGROUPINFO, (WPARAM)iGroupId, (LPARAM)pgrp)
3925 #define ListView_RemoveGroup(hwnd, iGroupId) \
3926 SNDMSG((hwnd), LVM_REMOVEGROUP, (WPARAM)iGroupId, 0)
3927 #define ListView_MoveGroup(hwnd, iGroupId, toInde
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcommctrl.h3350 INT iGroupId; member in struct:tagLVITEMA
3372 INT iGroupId; member in struct:tagLVITEMW
3626 INT iGroupId; member in struct:LVGROUP
3995 #define ListView_SetGroupInfo(hwnd, iGroupId, pgrp) \
3996 SNDMSG((hwnd), LVM_SETGROUPINFO, (WPARAM)iGroupId, (LPARAM)pgrp)
3997 #define ListView_GetGroupInfo(hwnd, iGroupId, pgrp) \
3998 SNDMSG((hwnd), LVM_GETGROUPINFO, (WPARAM)iGroupId, (LPARAM)pgrp)
3999 #define ListView_RemoveGroup(hwnd, iGroupId) \
4000 SNDMSG((hwnd), LVM_REMOVEGROUP, (WPARAM)iGroupId, 0)
4001 #define ListView_MoveGroup(hwnd, iGroupId, toInde
[all...]

Completed in 197 milliseconds