Microsoft SDK for Java

ArrayOfSomething

This structure serves as a base structure from which others that access Java arrays are derived.

Syntax

typedef struct

{

    const int32_t MSReserved;

    const unsigned long length;

} ArrayOfSomething;

Parameters

MSReserved Reserved for the Microsoft VM.
length The length of the array. Array lengths are measured in the unit of the array, not in bytes.

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