This method of the ComLib Class retrieves the size (measured in bytes) of a COM data structure that represents instances of the class.
public native static int jcdwClassSizeOf(Class cls);
Returns the size of a COM data structure, measured in bytes.
cls | The class object for a Java proxy to a COM data structure. |