DSA_GetSize function (dpa_dsa.h)
Gets the size of the dynamic structure array (DSA).
Syntax
ULONGLONG DSA_GetSize(
[in] HDSA hdsa
);
Parameters
[in] hdsa
Type: HDSA
A handle to an existing DSA.
Return value
Type: ULONGLONG
Returns the size of the DSA, including the internal bookkeeping information, in bytes. If hdsa 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 |