table of contents
other versions
- wheezy 1.4.1-4
DPA_DeleteAllPtrs(3w) | Wine API | DPA_DeleteAllPtrs(3w) |
NAME¶
DPA_DeleteAllPtrs (COMCTL32.337)SYNOPSIS¶
BOOL DPA_DeleteAllPtrs(
const HDPA hdpa
)
DESCRIPTION¶
Removes all pointers and reinitializes the array.PARAMS¶
hdpa [In] handle (pointer) to the pointer array.RETURNS¶
Success: TRUE Failure: FALSEIMPLEMENTATION¶
Declared in "commctrl.h". Implemented in "dlls/comctl32/dpa.c". Debug channel "dpa".Oct 2012 | Wine API |