Sack Library Documentation
|
__cdecl TYPELIB_PROC POINTER * GetLinearSetArray(GENERICSET * pSet, int * pCount, int unitsize, int max);
Parameters |
Description |
GENERICSET * pSet |
set to convert to an array |
int * pCount |
address of an integer to receive the count of elements put in the array. |
int unitsize |
size of each element in the set |
int max |
count of elements per set block |
Pointer to an array that are a copy of the objects in the set.
Converts a set into a copy of the objects in the set organized in a flat array.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|