Sack Library Documentation
|
__cdecl TYPELIB_PROC int MemberValidInSetEx(GENERICSET * set, POINTER unit, int unitsize, int max); #define MemberValidInSet( name, set, member ) MemberValidInSetEx( (GENERICSET*)set, member, sizeof( name ), MAX##name##SPERSET )
Parameters |
Description |
GENERICSET * set |
pointer to a set to check |
POINTER unit |
pointer to an element from the set |
int unitsize |
size of element structures in the set. |
int max |
count of structures per set block |
This function can check to see if a pointer is a valid element from a set.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|