table of contents
other versions
- wheezy 1.4.1-4
| 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: FALSEIMPLEMENTATION¶
Declared in "commctrl.h". Implemented in "dlls/comctl32/dsa.c". Debug channel "dsa".| Oct 2012 | Wine API |