Microsoft SDK for Java

GCFrame

This structure is used to wrap a garbage collection frame from native RNI code. It is used in the GCFramePush and GCFramePop methods. For more information on garbage collection issues, see the Overview of the Garbage Collection Architecture.

Syntax

typedef struct {DWORD reserved[6];

} GCFrame;

Parameters

reserved Reserved for the Microsoft VM.

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