home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / dbsamp.exe / DBUSNAP / DBUSNAP.H < prev    next >
C/C++ Source or Header  |  1995-01-13  |  2KB  |  34 lines

  1. /*-------------------------------------------------------------------------*/
  2. /* dbusnap.h                                                              */
  3. /*                                                                         */
  4. /* (c) Copyright 1992-1994 Novell, Inc.  All rights reserved.              */
  5. /*                                                                         */
  6. /* The following source code is provided to aid in the development of      */
  7. /* NetWare (TM) compatible products and is provided "AS IS" AND WITHOUT    */
  8. /* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION ANY     */
  9. /* IMPLIED WARRANTIES OF MERCHANTABILITY, TITLE AND FITNESS FOR A          */
  10. /* PARTICULAR PURPOSE.  Some states do not allow limitations on how long   */
  11. /* an implied warranty lasts, so the above limitation may not apply to     */
  12. /* You.  This warranty gives you specific legal rights which vary from     */
  13. /* state to state.  Some states do not allow the exclusion or limitation   */
  14. /* of incidental or consequential damages, so the above limitation or      */
  15. /* exclusion may not apply to You.                                         */
  16. /*                                                                         */
  17. /*-------------------------------------------------------------------------*/
  18. #ifndef SNAPTEST_H
  19. #define SNAPTEST_H
  20.  
  21. /*---------------------------------------------------*/
  22. /* Definitions used in Resources                     */
  23. /*---------------------------------------------------*/
  24. #define DIALOG_1    1
  25.  
  26.  
  27. /*---------------------------------------------------*/
  28. /* User Database Page    */
  29. /*---------------------------------------------------*/
  30. #define DEFAULT_DATABASE_NAME    0x2001
  31. #define IDC_FIND_DATABASE            0x2002
  32.  
  33. #endif
  34.