DPA_FastGetPtr
This macro retrieves a pointer from a dynamic pointer array.
#define DPA_FastGetPtr(hdpa, i) (DPA_GetPtrPtr(hdpa)[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
User Interface Macros | DPA_GetPtr | DPA
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.