Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DPA_FastGetPtr macro (dpa_dsa.h)

Gets the value of the specified pointer in the dynamic pointer array (DPA).

Syntax

void DPA_FastGetPtr(
 [in] HDPA hdpa,
 [in] int  i
);

Parameters

[in] hdpa

A handle to an existing DPA.

[in] i

The index of the DPA item.

Return value

None

Remarks

Unlike function DPA_GetPtr, the macro DPA_FastGetPtr does no parameter validation. If the index specified in DPA_FastGetPtr is out of range, the behavior is undefined.

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

Feedback

Was this page helpful?

Additional resources