void SwapRecording(wFlag)
When running Microsoft Windows Swap, this function begins or ends analyzing swapping behavior.
| Parameter | Type/Description |
| wFlag | WORD Specifies whether Swap is to start or stop analyzing swapping behavior. The following are acceptable values: | ||
| Value | Meaning | ||
| 0 | Specifies that Swap stop analyzing. | ||
| 1 | Record swap calls, discard swap returns. | ||
| 2 | Same as 1, plus calls through thunks. This option records a large amount of data. | ||
None.