DSA_Create.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

DSA_Create (COMCTL32.320)

SYNOPSIS

HDSA DSA_Create
 (
  INT nSize,
  INT nGrow
 )

DESCRIPTION

Creates a dynamic storage array.

PARAMS

nSize [In] size of the array elements.

nGrow [In] number of elements by which the array grows when it is filled.

RETURNS

Success: pointer to an array control structure. Use this like a handle.

Failure: NULL.

NOTES

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).

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function.

Implemented in "dlls/comctl32/dsa.c".

Debug channel "dsa".