table of contents
other versions
- wheezy 1.4.1-4
DPA_Sort(3w) | Wine API | DPA_Sort(3w) |
NAME¶
DPA_Sort (COMCTL32.338)SYNOPSIS¶
BOOL DPA_Sort(
const HDPA hdpa,
PFNDPACOMPARE pfnCompare,
LPARAM lParam
)
DESCRIPTION¶
Sorts a pointer array using a user defined compare function.PARAMS¶
hdpa [In] handle (pointer) to the pointer array. pfnCompare [In] pointer to the compare function. lParam [In] user defined value (3rd parameter of compare function).RETURNS¶
Success: TRUE Failure: FALSEIMPLEMENTATION¶
Declared in "commctrl.h". Implemented in "dlls/comctl32/dpa.c". Debug channel "dpa".Oct 2012 | Wine API |