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

  1. /****************************************************************************
  2. **    File:    ndsview.h
  3. **
  4. **    Desc:    This program lists all of the attributes of all objects in
  5. **        a specific context in the tree.
  6. **
  7. **
  8. **        DISCLAIMER
  9. **
  10. **    Novell, Inc. makes no representations or warranties with respect to
  11. **    any NetWare software, and specifically disclaims any express or
  12. **    implied warranties of merchantability, title, or fitness for a
  13. **    particular purpose.
  14. **
  15. **    Distribution of any NetWare software is forbidden without the
  16. **    express written consent of Novell, Inc.  Further, Novell reserves
  17. **    the right to discontinue distribution of any NetWare software.
  18. **
  19. **    Novell is not responsible for lost profits or revenue, loss of use
  20. **    of the software, loss of data, costs of re-creating lost data, the
  21. **    cost of any substitute equipment or program, or claims by any party
  22. **    other than you.  Novell strongly recommends a backup be made before
  23. **    any software is installed.   Technical support for this software
  24. **    may be provided at the discretion of Novell.
  25. **
  26. **    History:
  27. **
  28. **        When            Who    What
  29. **        -----------------------------------------------------------------------
  30. */
  31.  
  32. #ifndef __NDSVIEW_H
  33. #define __NDSVIEW_H
  34.  
  35. #define IDC_ATTR_NAMES        0x2000
  36.  
  37. #define IDC_OBJECT_NAME        0x2011
  38. #define IDC_ATTR_VALUES        0x2012
  39.  
  40. #define BUT_QUIT                0x2022
  41.  
  42.  
  43. #endif
  44.