somDataResolveChk - Example Code

The following C/C++ expression evaluates to the address of the instance data introduced by class "XYZ" within the object "obj". This assumes that obj points to an instance of "XYZ" or a subclass of "XYZ".

#include <som.h>
somDataResolveChk(obj, XYZCClassData.instanceDataToken);


[Back: somDataResolveChk - Related Information]
[Next: somDataResolveChk - Topics]