Scroll to navigation

DPA_GetSize(3w) Wine API 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

Declared in "commctrl.h".
Implemented in "dlls/comctl32/dpa.c".
Debug channel "dpa".
Oct 2012 Wine API