Searched defs:pgrp (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 2887 #define ListView_InsertGroup(hwnd,index,pgrp) SNDMSG((hwnd),LVM_INSERTGROUP,(WPARAM)index,(LPARAM)p… argument 2889 #define ListView_SetGroupInfo(hwnd,iGroupId,pgrp) SNDMSG((hwnd),LVM_SETGROUPINFO,(WPARAM)iGroupId,(… argument 2891 #define ListView_GetGroupInfo(hwnd,iGroupId,pgrp) SNDMSG((hwnd),LVM_GETGROUPINFO,(WPARAM)iGroupId,(… argument
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 3618 MD_ListView_OnGetGroupInfoByIndex(HWND hwnd, INT iIndex, LVGROUP *pgrp) in MD_ListView_OnGetGroupInfoByIndex()
|