DPA_GetSize function (dpa_dsa.h)
Gets the size of a dynamic pointer array (DPA).
Syntax
ULONGLONG DPA_GetSize(
[in] HDPA hdpa
);
Parameters
[in] hdpa
Type: HDPA
A handle to an existing DPA.
Return value
Type: ULONGLONG
Returns the size of the DPA, including the internal bookkeeping information. If pdpa is NULL, the function returns zero.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | dpa_dsa.h |
DLL | Comctl32.dll |