home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sysmgmt / sms / smsview / nt / smsviews.h < prev   
Text File  |  1996-10-15  |  889b  |  25 lines

  1. //****************************************************************************
  2. //
  3. //  Copyright (c) 1994, Microsoft Corporation
  4. //
  5. //  File:  smsviews.h
  6. //
  7. //  History:
  8. //
  9. //      kenp    12-5-94         Created
  10. //
  11. //****************************************************************************
  12. #define IDS_MSC_DBERROR                     1
  13. #define IDS_MSC_CREATE_VIEWS                2
  14.                                             
  15. #define IDS_MSG_CREATE_VIEW                 101
  16. #define IDS_MSG_DROP_VIEW                   102
  17. #define IDS_ERR_BADGROUP                    103
  18.  
  19. #define IDS_ERR_CMD_TOO_LONG                201
  20. #define IDS_ERR_COM_NOT_LOADED              202
  21. #define IDS_ERR_LOAD_VIEWDLL                203
  22. #define IDS_ERR_CREATE_VIEW                 204
  23. #define IDS_ERR_DROP_VIEW                   205
  24. #define IDS_ERR_SQL_ERROR                   206
  25.