Microsoft SDK for Java

jcdwSizeOf

This method of the ComLib Class retrieves the size of a COM data structure (measured in bytes) that is represented by a Java proxy.

Syntax

public native static int jcdwSizeOf(Object jcdw);

Return Value

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

Parameters

jcdw The Java proxy to a data structure.

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