DSA_GetItemCount macro (dpa_dsa.h)
Gets the number of items in a dynamic structure array (DSA).
Syntax
int DSA_GetItemCount(
[in] HDSA hdsa
);
Parameters
[in] hdsa
A handle to an existing DSA.
Return value
Type: int
Returns the number of items in the DSA.
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 |