NAME

DPA_DestroyCallback  (COMCTL32.386)

SYNOPSIS

 void DPA_DestroyCallback
 (
  HDPA               hdpa,
  PFNDPAENUMCALLBACK enumProc,
  LPVOID             lParam
 )

DESCRIPTION

Enumerates all items in a dynamic pointer array and destroys it.

PARAMS

hdpa [In] handle to the dynamic pointer array.
enumProc [In] .
lParam [In] .

RETURNS

none

IMPLEMENTATION

Declared in "commctrl.h". https://source.winehq.org/source/include/commctrl.h

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.