Scroll to navigation

DPA_GetPtr(3w) Wine API DPA_GetPtr(3w)

NAME

DPA_GetPtr (COMCTL32.332)

SYNOPSIS

LPVOID DPA_GetPtr
(
const HDPA hdpa,
INT nIndex
)
 

DESCRIPTION

Retrieves a pointer from a dynamic pointer array.
 

PARAMS

hdpa [In] handle (pointer) to the pointer array.
nIndex [In] array index of the desired pointer.
 

RETURNS

Success: pointer
Failure: NULL
 

IMPLEMENTATION

Declared in "commctrl.h".
Implemented in "dlls/comctl32/dpa.c".
Debug channel "dpa".
Oct 2012 Wine API