home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / blberr.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  261b  |  13 lines

  1. #ifndef __SDPBLB_ERROR_CODES__
  2. #define __SDPBLB_ERROR_CODES__
  3.  
  4. #include <sdperr.h>
  5.  
  6. // First four bits - SEVERITY(11), CUSTOMER FLAG(1), RESERVED(0)
  7. #define SDPBLB_CONF_BLOB_DESTROYED                  0xe0000300
  8.  
  9.  
  10.  
  11. #endif // __SDPBLB_ERROR_CODES__
  12.  
  13.