home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / snapx2.exe / VWSCMA.EXE / VWSCMA.TXT < prev   
Text File  |  1995-07-12  |  2KB  |  73 lines

  1. NOVELL TECHNICAL INFORMATION DOCUMENT
  2.  
  3. TITLE:  Sample code - Snapin SDK and NWDS Scma API
  4. README FOR:  VWSCMA.EXE
  5.  
  6. NOVELL PRODUCTS and VERSIONS:
  7. NetWare Client SDK 1.0e
  8.  
  9. ABSTRACT:
  10.  
  11. Sample code that demonstates how to use the NWDS API's to read
  12. the NDS schema and how to use the Snapin SDK to create an
  13. application that can be launched from the "Tools" menu of
  14. NWAdmin.exe
  15.  
  16.  
  17.  
  18. -----------------------------------------------------------------
  19.  DISCLAIMER
  20.  THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO
  21. NOVELL.  NOVELL
  22.  MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  23. HOWEVER, THE
  24.  INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  25. ONLY.  NOVELL
  26.  MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  27. INFORMATION.
  28.  
  29. -----------------------------------------------------------------
  30.  
  31.  
  32. ISSUE: 
  33.  
  34. Sample code that demonstrates how to view the NDS Schema
  35. attribute and class definitions. This code also demonstates how
  36. to use the NWSnapin SDK to add a selection to the "Tools" menu of
  37. NWAdmin.exe.
  38.  
  39. Self-Extracting File Name: vwscma.exe
  40.  
  41. Files Included     Size     Date      Time
  42.  
  43. ..\
  44.       VWSCMA.TXT     (This file)
  45.       VIEWSCMA.C           20225          1-4-95     10:56:18 am
  46.     VIEWSCMA.DEF             209        10-11-94      2:59:42 pm
  47.     VIEWSCMA.DLL           31428          1-4-95     10:57:32 am
  48.       VIEWSCMA.H            2857         12-7-94      2:04:12 pm
  49.     VIEWSCMA.MAK            3249          1-4-95     11:22:08 am
  50.      VIEWSCMA.RC            2534          1-4-95     10:57:20 am
  51.       VWSCMA.TXT            2150         7-12-95      4:36:52 pm
  52.  
  53.  
  54. Installation Instructions:
  55.  
  56. Copy viewscma.dll to your C:\WINDOWS directory. Add the following
  57. to your NWAdmin.ini file:
  58.  [Snapin Object DLLs]
  59.  Viewscma=viewscma.dll
  60.  
  61.  
  62.  
  63.  
  64. -----------------------------------------------------------------
  65.  Any trademarks referenced in this document are the property of
  66. their
  67.  respective owners.  Consult your product manuals for complete
  68. trademark
  69.  information.
  70.  
  71. -----------------------------------------------------------------
  72.  
  73.