Scroll to navigation

DSA_DeleteAllItems(3w) Wine API DSA_DeleteAllItems(3w)

NAME

DSA_DeleteAllItems (COMCTL32.327)

SYNOPSIS

BOOL DSA_DeleteAllItems
(
const HDSA hdsa
)
 

DESCRIPTION

Removes all items and reinitializes the array.
 

PARAMS

hdsa [In] pointer to the array control structure.
 

RETURNS

Success: TRUE
Failure: FALSE
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/comctl32/dsa.c".
Debug channel "dsa".
Oct 2012 Wine API