Microsoft SDK for Java

IRemoteByteObject : IRemoteObject

The IRemoteByteObject interface manipulates the value of a Java byte variable. See the IRemoteXXXXObject interface for details.

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

typedef signed char JAVA_BYTE;

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