Scroll to navigation

DSA_Destroy(3w) Wine API DSA_Destroy(3w)

NAME

DSA_Destroy (COMCTL32.321)

SYNOPSIS

BOOL DSA_Destroy
(
const HDSA hdsa
)
 

DESCRIPTION

Destroys a dynamic storage array.
 

PARAMS

hdsa [In] pointer to the array control structure.
 

RETURNS

Success: TRUE
Failure: FALSE
 

IMPLEMENTATION

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