NAME

DPA_Merge  (COMCTL32.11)

SYNOPSIS

 BOOL DPA_Merge
 (
  HDPA          hdpa1,
  HDPA          hdpa2,
  DWORD         dwFlags,
  PFNDPACOMPARE pfnCompare,
  PFNDPAMERGE   pfnMerge,
  LPARAM        lParam
 )

DESCRIPTION

Merge two dynamic pointers arrays.

PARAMS

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.

RETURNS

Success: TRUE

Failure: FALSE.

NOTES

No more information available yet!

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

Implemented in "dlls/comctl32/dpa.c". https://source.winehq.org/source/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 Apr 2024.