This method of the ComLib Class retrieves the offset of a COM data structure that represents an instance of a Java proxy class. The offset is measured in bytes.
public native static int jcdwClassOffsetOf(Class cls, String fieldName);
Returns the offset of a COM data structure, measured in bytes.
cls | The class object for a Java proxy to a COM data structure. |
fieldName | The name of the COM-mapped field. |