Microsoft SDK for Java

jcdwClassSizeOf

This method of the ComLib Class retrieves the size (measured in bytes) of a COM data structure that represents instances of the class.

Syntax

public native static int jcdwClassSizeOf(Class cls);

Return Value

Returns the size of a COM data structure, measured in bytes.

Parameters

cls The class object for a Java proxy to a COM data structure.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.