Microsoft SDK for Java

IRemoteIntObject : IRemoteObject

The IRemoteIntObject interface manipulates the value of a Java integer variable. See the IRemoteXXXXObject interface for details.

A Java integer variable can be represented as a C or C++ typedef as follows:

typedef signed long JAVA_INT;

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