PurifyAllHandlesInuse

Related Topics

Description

Reports all handles in use.

Syntax

int PurifyAllHandlesInuse(void)

Returns

n

Where n is the number of handles in use.

0

Purify didn't detect any handles in use, or Purify is not running.

Notes

§      When you call this function, Purify generates Handle In Use (HIU) messages in the Error View.

§      This function is used in the same way as PurifyNewHandlesInuse; see the example for that function.

§      Calling this function repeatedly in a program that contains a large number of handles in use can slow down the instrumented program at run time.

§      You can call PurifyAllHandlesInUse interactively from the Purify View menu while your program is running.

(C) Copyright IBM Corporation 1992, 2010.