Microsoft SDK for Java

GCDisable

Increments the block count and disables garbage collection.

Syntax

int __cdecl GCDisable();

Return Value

Returns the incremented block count.

Remarks

Use this function to disable garbage collection after you have enabled it using GCEnable.

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