Microsoft SDK for Java

GCEnableCompletely

Decrements the block count to 0 (zero) and enables garbage collection by the Microsoft VM.

Syntax

int __cdecl GCEnableCompletely();

Return Value

Returns the block count before entering this function.

Remarks

This function enables garbage collection, regardless of the number of calls previously made to GCDisable.

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