DPA_GetSize(3w)
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
Defined in "commctrl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comctl32/dpa.c".
- Debug channel "dpa".