DPA_Merge (COMCTL32.11)
BOOL DPA_Merge ( HDPA hdpa1, HDPA hdpa2, DWORD dwFlags, PFNDPACOMPARE pfnCompare, PFNDPAMERGE pfnMerge, LPARAM lParam )
Merge two dynamic pointers arrays.
hdpa1 | [In] | handle to a dynamic pointer array. |
hdpa2 | [In] | handle to a dynamic pointer array. |
dwFlags | [In] | flags. |
pfnCompare | [In] | pointer to sort function. |
pfnMerge | [In] | pointer to merge function. |
lParam | [In] | application specific value. |
Success: TRUE
Failure: FALSE.
No more information available yet!
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/comctl32/dpa.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comctl32/dpa.c
Debug channel "dpa".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.