Dynamic Windows Function [dw_container_alloc]
Syntax
void * dw_container_alloc(HWND handle, int rowcount)
Parameters
HWND handle: Handle to the container window (widget).
int rowcount: The number of items to be populated.
Returns
void * Handle to container items allocated or NULL on error.
Description
Allocates memory used to populate a container.