This method create a 1 dimension data array of "size" bytes.
Syntax
void * Data_New(
unsigned int size
) ;
Parameters
size
Size (in bytes) of the data array.
Return value
This method return a pointer to the newly created data array.
Remarks
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
See also