Microsoft SDK for Java

jcdwOffsetOf

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

Syntax

public native static int jcdwOffsetOf(Object jcdw, String fieldName);

Return Value

Returns the COM data structure offset, measured in bytes.

Parameters

jcdw The Java proxy to a data structure.
fieldName The name of the COM-mapped field.

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