DPA_GetPtrCount macro (dpa_dsa.h)

Gets the number of pointers in a dynamic pointer array (DPA).

Syntax

int DPA_GetPtrCount(
  [in] HDPA hdpa
);

Parameters

[in] hdpa

A handle to an existing DPA.

Return value

Type: int

Returns the number of pointers (elements) the DPA contains.

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