SPBckDbg.h File Reference
#include "SPTypes.h"
#include "AIBasicTypes.h"
#include "SPHeaderBegin.h"
#include "SPErrorCodes.h"
#include "SPHeaderEnd.h"
Go to the source code of this file.
Define Documentation
      
        
          | #define kSPBlockDebugSuite   "SP Block Debug Suite" | 
      
 
 
      
        
          | #define kSPBlockDebugSuiteVersion   2 | 
      
 
SPBlockDebug suite version. 
 
 
Function Documentation
      
        
          | SPAPI SPErr SPGetBlockDebug | ( | void * | block, | 
        
          |  |  | const char ** | debug |  | 
        
          |  | ) |  |  |  | 
      
 
 
      
        
          | SPAPI SPErr SPGetBlockDebugEnabled | ( | ai::int32 * | enabled | ) |  | 
      
 
 
      
        
          | SPAPI SPErr SPGetFirstBlock | ( | void ** | block | ) |  | 
      
 
 
      
        
          | SPAPI SPErr SPGetNextBlock | ( | void * | block, | 
        
          |  |  | void ** | nextblock |  | 
        
          |  | ) |  |  |  | 
      
 
 
      
        
          | SPAPI SPErr SPSetBlockDebugEnabled | ( | ai::int32 | debug | ) |  |