The TV_SORTCB structure contains information used to sort child items in a tree-view control.
typedef struct _TV_SORTCB { tvscb HTREEITEM hParent; PFNTVCOMPARE lpfnCompare; LPARAM lParam; } TV_SORTCB, FAR *LPTV_SORTCB;
int CALLBACK CompareFunc(LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort);
The callback function must return a negative value if the first item should precede the second, a positive value if the first item should follow the second, or zero if the two items are equivalent.
The lParam1 and lParam2 parameters correspond to the lParam
member of the TV_ITEM structure for the
two items being compared. The lParamSort parameter corresponds to the lParam
member of the TV_SORTCB structure that was passed with the
TVM_SORTCHILDRENCB message.
This structure is used with the TVM_SORTCHILDRENCB message.
file: /Techref/os/win/api/win32/struc/src/str22_12.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/6 05:28,
18.191.87.134:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/struc/src/str22_12.htm"> TV_SORTCB</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.