Home | History | Annotate | Download | only in include

Lines Matching refs:LVM_SETCOLUMNORDERARRAY

2514 #define LVM_SETCOLUMNORDERARRAY (LVM_FIRST+58)
2515 #define ListView_SetColumnOrderArray(hwnd,iCount,pi) (WINBOOL)SNDMSG((hwnd),LVM_SETCOLUMNORDERARRAY,(WPARAM)(iCount),(LPARAM)(LPINT)(pi))