home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / odbc / quiktest / custom.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-21  |  738 b   |  25 lines

  1. //*---------------------------------------------------------------------------------
  2. //| Custom Auto Test DLL
  3. //|
  4. //| Title:    CUSTOM.H
  5. //|
  6. //| Purpose:
  7. //|    This file contains the defines required for the resource strings in CUSTOM.RC.
  8. //|    This file is optional for an auto test DLL.
  9. //|    
  10. //|    Note that user resource strings should start at 30001.
  11. //*---------------------------------------------------------------------------------
  12. #ifndef _CUSTOM_DEFS
  13. #define _CUSTOM_DEFS
  14.  
  15. #define idsTestName                    30001
  16. #define idsHelloWorld                30002
  17. #define idsHelloWorldDesc            30003
  18. #define idsDisplayInfo                30004
  19. #define idsDisplayInfoDesc            30005
  20. #define idsSimpleConnect            30006
  21. #define idsSimpleConnectDesc        30007
  22.  
  23.  
  24. #endif
  25.