|
Sack Library Documentation
|
__cdecl TYPELIB_PROC POINTER GetFromSetEx(GENERICSET ** pSet, int setsize, int unitsize, int maxcnt DBG_PASS); #define GetFromSeta(ps, ss, us, max) GetFromSetEx( (ps), (ss), (us), (max) DBG_SRC ) #define GetFromSet( name, pset ) (P##name)GetFromSeta( (GENERICSET**)(pset), sizeof( name##SET ), sizeof( name ), MAX##name##SPERSET )
|
Parameters |
Description |
|
name |
name of type the set contains. |
|
pSet |
pointer to a set to get an element from. |
|
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 |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.|
Copyright (c) 2000+. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|