Description
Reports all new handles in use since the last call to PurifyNewHandlesInuse.
Syntax
int PurifyNewHandlesInuse(void)
Returns
n |
Where n is the number of new handles in use. |
0 |
Purify didn't detect any new 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.
§ Purify calls this function internally through the setting Report at exit: Handles in use.
§ 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 PurifyNewHandlesInUse interactively from the Purify View menu while your program is running.
(C) Copyright IBM Corporation 1992, 2010.