DPA_FastGetPtr macro

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

Syntax


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

Parameters

hdpa [in]

A handle to an existing DPA.

i [in]

The index of the DPA item.

Return value

No return value.

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

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Dpa_dsa.h

 

 

Show: