DSA_Create (COMCTL32.320)
HDSA DSA_Create ( INT nSize, INT nGrow )
Creates a dynamic storage array.
nSize | [In] | size of the array elements. |
nGrow | [In] | number of elements by which the array grows when it is filled. |
Success: pointer to an array control structure. Use this like a handle.
Failure: NULL.
The DSA_ functions can be used to create and manipulate arrays of fixed-size memory blocks. These arrays can store any kind of data (e.g. strings and icons).
Declared in "include/commctrl.h". gitlab.winehq.org/wine/wine/blob/master/include/commctrl.h
Implemented in "dlls/comctl32/dsa.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comctl32/dsa.c
Debug channel "dsa".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.