EnumerateObjectsProc

The EnumerateObjectsProc function is an application-defined callback function that processes object data from the C_EnumerateObjects function. After C_EnumerateObjects has been called, EnumerateObjectsProc is called once for each object in the model.

void __stdcall EnumerateObjectsProc(

TOrcFxAPIHandle ModelHandle,

const TObjectInfo *lpObjectInfo

);

Parameters

ModelHandle (IN)

The handle of the model.

lpObjectInfo (IN)

Points to a TObjectInfo structure which contains information about the object.

See also

TObjectInfo, C_EnumerateObjects.