Sack Library Documentation
|
__cdecl TYPELIB_PROC PTRSZVAL ForEachSetMember(GENERICSET * pSet, int unitsize, int max, FESMCallback f, PTRSZVAL psv);
PTRSZVAL - this value is the return of the user function if the function does not return 0. A non zero return from the user callback stops iteration.
Performs an iteration over each allocated set member. Calls the user provided callback routine with each element in the set.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|