SPBlockDebugSuite Struct Reference
[API Suite List]
This suite provides basic debugging capability for blocks of memory allocated with the SPBlocksSuite.
More...
#include <SPBckDbg.h>
List of all members.
Detailed Description
This suite provides basic debugging capability for blocks of memory allocated with the SPBlocksSuite.
Debugging can only be enabled in the development environment.
Member Data Documentation
Reports whether block debugging is enabled.
- Parameters:
-
| enabled | [out] A buffer in which to return 1 if debugging is enabled, 0 otherwise. |
Retrieves the first block of memory allocated.
Use with GetNextBlock() to iterate through all allocated blocks.
- Parameters:
-
| block | [out] A buffer in which to return the block pointer. |
Retrieves the block of memory allocated immediately after a given block.
Use with GetFirstBlock() to iterate through all allocated blocks.
- Parameters:
-
| block | The current block pointer |
| nextblock | [out] A buffer in which to return the next block pointer. |
Turns debugging on or off.
- Parameters:
-
| debug | 1 to turn debugging on, 0 to turn it off. |
The documentation for this struct was generated from the following file: