NAME

DPA_GetSize  (COMCTL32.@)

SYNOPSIS

 ULONGLONG DPA_GetSize
 (
  HDPA hdpa
 )

DESCRIPTION

Returns all array allocated memory size.

PARAMS

hdpa [In] handle to the dynamic pointer array.

RETURNS

Size in bytes

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.