DPA_SetPtrCount macro (dpa_dsa.h)

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

Syntax

void DPA_SetPtrCount(
  [in]  hdpa,
  [in]  cItems
);

Parameters

[in] hdpa

A handle to an existing DPA.

[in] cItems

The number of items in the DPA.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header dpa_dsa.h