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

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

Implemented in "dlls/comctl32/dpa.c". source.winehq.org/source/dlls/comctl32/dpa.c

Debug channel "dpa".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.