Share via


DPA_GetPtr (Windows CE 5.0)

Send Feedback

This function retrieves a pointer from a dynamic pointer array.

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 Values

The specified pointer indicates success. NULL indicates failure.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Pcommctr.h.

See Also

GWES OS Functions | DPA_FastGetPtr | DPA

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.