Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Object Diagnostic Functions
                                              Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  The following list describes object diagnostic functions:
 
  AfxDoForAllClasses   Performs a specified function on all
                         CObject-derived classes that support run-time
                         type checking by using the DECLARE_DYNAMIC or
                         DECLARE_SERIAL macros.
 
  AfxDoForAllObjects   Performs a specified function on all
                         CObject-derived objects that support run-time
                         type checking.
 
 
                                     -♦-