Share via


DPA_GetPtr (Windows Embedded CE 6.0)

1/6/2010

This function retrieves a pointer from a dynamic pointer array.

Syntax

WINCOMMCTRLAPI LPVOID WINAPI DPA_GetPtr(
  HDPA hdpa,
  int i
);

Parameters

  • hdpa
    Handle to a DPA structure.
  • i
    Integer that specifies the index of the pointer in the dynamic pointer array that you want to retrieve.

Return Value

The specified pointer indicates success. NULL indicates failure.

Requirements

Header pcommctr.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

GWES OS Functions
DPA_FastGetPtr
DPA