home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / afpmfl.exe / AFPMFL.TXT < prev   
Text File  |  1995-06-06  |  3KB  |  114 lines

  1. NOVELL TECHNICAL INFORMATION DOCUMENT
  2.  
  3. TITLE:  Uses NWAFPCreateFile()
  4. README FOR:  AFPMFL.EXE
  5.  
  6. NOVELL PRODUCTS and VERSIONS:
  7. NetWare Client SDK 1.0e
  8.  
  9. ABSTRACT:
  10.  
  11. A C++ class library for NetWare Directory Services (NDS). 
  12. Described in the article "NDS Application Development Using C++"
  13. in the Jan/Feb 95 and Mar/Apr 95 issues of Novell Developer
  14. Notes.
  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. SYMPTOM:
  33.  
  34. NDS C++ Library
  35.  
  36. SOLUTION: 
  37.  
  38. Implement the files found in DN511
  39.  
  40. Self-Extracting File Name: afpmfl.exe
  41.  
  42. Files Included     Size     Date      Time
  43.  
  44. ..\
  45.       AFPMFL.TXT     (This file)
  46.          AFPMF.C            6136          6-5-95     10:33:26 am
  47.        AFPMF.EXE           31787          6-5-95     10:33:20 am
  48.  
  49.  
  50. Installation Instructions:
  51.  
  52. NDS C++ Library
  53.  ===============
  54.  
  55.  Here are some notes on using the C++ library.
  56.  
  57.  Memory Model
  58.  ------------
  59.  Only use the library in large memory models only. The stack size
  60. for certain API calls should be set to 8K. These calls include
  61. the login APIs.
  62.  
  63.  Compile Definitions
  64.  -------------------
  65.  The following compile definitions should be used to when
  66. generating Windows applications or libraries. All these
  67. definitions are used in the file DSDEF.H. Users of MicroSoft C++
  68. will have to modify the import/export macros.
  69.  
  70.  DSCPP_WINDOWS  - includes WINDOWS.H file before NWNET.H.
  71.  DSCPP_IOSTREAM - includes IOSTREAM.H.
  72.  DSCPP_NWCALLS  - includes NWCALLS.H.
  73.  
  74.  DSCPP_EXPORT   - declares all DS classes as _export.
  75.  DSCPP_IMPORT   - declares all DS classes as _import.
  76.  
  77.  DSCPP_OLDVERSION - defines new functions introduced with SDK
  78. 4.1.
  79.  
  80.  Examples
  81.  --------
  82.  There are 13 examples files, 11 DOS and 2 Windows.
  83.  
  84.  ACCESS.CPP   - Modify an object's ACL.
  85.  AUDITC.CPP   - Display container audit information.
  86.  AUDITV.CPP   - Display volume audit information.
  87.  CONTEXT.CPP  - Translate dist-names to relatative dist-names.
  88.  LIST.CPP     - List objects in a container.
  89.  LISTPART.CPP - List partitions held on a server.
  90.  LOGON.CPP    - Attach to a server from DOS.
  91.  OBJECT.CPP   - Create and modify NDS user objects.
  92.  READUSER.CPP - Read NDS user data.
  93.  SCRIPT.CPP   - Read and modify NDS login scripts.
  94.  SEARCH.CPP   - Search for NDS users.
  95.  WLOGON.CPP   - Attach to a server from Windows.
  96.  WSEARCH.CPP  - Search for NDS users from Windows.
  97.  
  98.  Auditing
  99.  --------
  100.  The auditing password used by AUDITCON is not compatible with
  101. the APIs, and vice versa.
  102.  
  103.  
  104.  
  105. -----------------------------------------------------------------
  106.  Any trademarks referenced in this document are the property of
  107. their
  108.  respective owners.  Consult your product manuals for complete
  109. trademark
  110.  information.
  111.  
  112. -----------------------------------------------------------------
  113.  
  114.