To find additional discussion and examples for a global function, see the preceding table, using the category specified in the function description below. Functions that are documented in this section are indicated by the phrase “Details follow.”
The default function called by AfxTerminate.
For additional information, see the Exceptions category in the table.
Checks all currently allocated memory for corrupted guard bytes.
For additional information, see the Diagnostics category in the table.
Performs a specified function on all classes derived from CObject that support run-time type checking and are used by the running program.
For additional information, see the Diagnostics category in the table.
Performs a specified function on all objects derived from CObject that support run-time type checking and are used by the running program.
For additional information, see the Diagnostics category in the table.
Turns memory tracking on and off.
For additional information, see the Diagnostics category in the table.
Returns a pointer to the application's one CWinApp object. Details follow.
Returns a string containing the application's name. Details follow.
Returns a HANDLE to the current instance of the application. Details follow.
Returns a HANDLE to the current instance of the application. Use this handle to access the application's resources directly. Details follow.
Verifies that a memory block has been properly allocated.
For additional information, see the Diagnostics category in the table.
Verifies that a memory block is within the program's bounds.
For additional information, see the Diagnostics category in the table.
Registers a Windows window class to supplement those registered automatically by the library. Details follow.
For additional information, see the Class Libraries User's Guide, Chapter 14, “Window Management.”
Enables the calling of a function on each memory allocation.
For additional information, see the Diagnostics category in the table.
Enables the calling of a function on the nth memory allocation.
For additional information, see the Diagnostics catgeory in the table.
Sets the final destination of calls to AfxTerminate.
For additional information, see the Exceptions category in the table.
Called internally if there is no applicable TRY/CATCH frame in effect.
For additional information, see the Exceptions category in the table.
Throws an archive exception.
For additional information, see the Exceptions category in the table.
Throws a file exception.
For additional information, see the Exceptions category in the table.
Throws a memory exception.
For additional information, see the Exceptions category in the table.
Throws a not-supported exception.
For additional information, see the Exceptions category in the table.
Throws a Windows resource-not-found exception.
For additional information, see the Exceptions category in the table.