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.
AfxSetAllocStop
                                              Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  void PASCAL AfxSetAllocStop( LONG lRequestNumber );
 
  Parameter        Description
 
  <lRequestNumber> The sequence number of the memory allocation on which
                   the program will halt.
 
  Remarks
 
  Each memory allocation is assigned a sequential serial number. This
  function forces the program to halt (using the INT 3 interrupt) on the
  specified memory allocation sequence number. This is useful if you are
  running the program from within a debugger. You can obtain the
  allocation sequence number to pass in <lRequestNumber> by calling
  AfxIsMemoryBlock.
 
 
                                     -♦-