Sack Library Documentation
|
__cdecl TYPELIB_PROC int FindInArray(POINTER * pArray, int nArraySize, POINTER unit);
Parameters |
Description |
POINTER * pArray |
pointer to an array which has been returned from the set |
int nArraySize |
size fo the array |
POINTER unit |
pointer to an element in the array |
Index of the unit in the array, INVALID_INDEX if not in the array.
Returned the index of an item in a linear array returned from a set.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|