Sack Library Documentation
|
__cdecl TYPELIB_PROC INDEX GetMemberIndex(GENERICSET ** set, POINTER unit, int unitsize, int max); #define GetIndexFromSet( name, pset ) GetMemberIndex( name, pset, GetFromSet( name, pset ) )
Parameters |
Description |
GENERICSET ** set |
pointer to the set the member is in |
POINTER unit |
pointer to the member in the set to get the index of. |
int unitsize |
size of each member in the set |
int max |
count of members in each set block. |
Returns the index of the member passed in as a pointer.
Gets the index of a member passed as a pointer.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|