This method of the ComLib Class retrieves the size of a COM data structure (measured in bytes) that is represented by a Java proxy.
public native static int jcdwSizeOf(Object jcdw);
Returns the size of a COM data structure, measured in bytes.
jcdw | The Java proxy to a data structure. |