This method of the ComLib Class retrieves the offset of a COM data structure (measured in bytes) that is represented by a Java proxy.
public native static int jcdwOffsetOf(Object jcdw, String fieldName);
Returns the COM data structure offset, measured in bytes.
jcdw | The Java proxy to a data structure. |
fieldName | The name of the COM-mapped field. |