Microsoft SDK for Java

IRemoteBooleanObject : IRemoteObject

The IRemoteBooleanObject interface manipulates the value of a Java boolean variable. See the IRemoteXXXXObject interface for details.

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

typedef unsigned char JAVA_BOOLEAN;

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