somGetMemberToken - Remarks

This method returns an access token for the data member at offset memberOffset within the block of instance data identified by instance token. The returned token can subsequently be passed to the somDataResolve function to locate the data member.

Typically, only the code that implements a class declared using OIDL requires access to this method, and this code is normally provided by implementation bindings. Thus C and C++ programmers do not normally invoke this method.


[Back: somGetMemberToken - Parameters]
[Next: somGetMemberToken - Original Class]