Microsoft SDK for Java

GCFramePush

Informs the Microsoft VM garbage collector of a GCFrame to track.

Syntax

void __cdecl GCFramePush(PVOID pGCFrame, PVOID pObjects, DWORD cbObjectStructSize);

Parameters

pGCFrame The address of a garbage collection frame referencing the pObjects structure.
pObjects The structure containing the Java objects to track during garbage collection.
cbObjectStructSize The size of pObjects structure.

Remarks

The garbage collector initializes the structure referenced by pObjects to NULL.

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