Sack Library Documentation
|
__cdecl TYPELIB_PROC PGENERICSET GetFromSetPoolEx(GENERICSET ** pSetSet, int setsetsize, int setunitsize, int setmaxcnt, GENERICSET ** pSet, int setsize, int unitsize, int maxcnt DBG_PASS); #define GetFromSetPoola(pl, sss, sus, smax, ps, ss, us, max) GetFromSetPoolEx( (pl), (sss), (sus), (smax), (ps), (ss), (us), (max) DBG_SRC ) #define GetFromSetPool( name, pool, pset ) (P##name)GetFromSetPoola( (GENERICSET**)(pool) \ , sizeof( name##SETSET ), sizeof( name##SET ), MAX##name##SETSPERSET\ , (GENERICSET**)(pset), sizeof( name##SET ), sizeof( name ), MAX##name##SPERSET )
Parameters |
Description |
GENERICSET ** pSet |
pointer to a generic set |
int setsize |
number of elements in each block |
int unitsize |
set block |
nMember |
index of the member |
maxcnt |
max elements per set block |
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|