home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / usms1.exe / SMSDRAPI.H < prev    next >
C/C++ Source or Header  |  1993-10-12  |  1KB  |  55 lines

  1. /*    
  2. ****************************************************************************
  3. *
  4. * Program Name:      Storage Management Services (DRAPI)
  5. *
  6. * Filename:          smsdrapi.h
  7. *
  8. * Date Created:      March 4, 1992
  9. *
  10. * Version:           3.2
  11. *
  12. * Files used:    
  13. *
  14. * Date Modified: 
  15. *
  16. * Modifications: 
  17. *
  18. * Comments:          Definitions for SMS DRAPI
  19. *
  20. * (C) Unpublished Copyright of Novell, Inc.  All Rights Reserved.
  21. *
  22. * No part of this file may be duplicated, revised, translated, localized or
  23. * modified in any manner or compiled, linked or uploaded or downloaded to or
  24. * from any computer system without the prior written consent of Novell, Inc.
  25. *
  26. ****************************************************************************
  27. */
  28.  
  29. #ifndef _SMSDRAPI_H_INCLUDED      /* smsdrapi.h header latch */
  30. #define _SMSDRAPI_H_INCLUDED
  31.  
  32. #include <smsdrerr.h>
  33.  
  34.     CCODE NWSMListTSAs(
  35.         char *pattern, 
  36.         NWSM_NAME_LIST **tsaNameList);
  37.  
  38.     CCODE NWSMListSMDRs(
  39.         char *pattern, 
  40.         NWSM_NAME_LIST **tsaNameList);
  41.  
  42.     CCODE NWSMTSListTargetServices(
  43.         UINT32 connectionID, 
  44.         char *pattern, 
  45.         NWSM_NAME_LIST **tsNameList);
  46.  
  47.     CCODE NWSMConvertError(
  48.         UINT32 connectionID, 
  49.         CCODE error, 
  50.         STRING message);
  51.  
  52. #endif                            /* smsdrapi.h header latch */
  53. /****************************************************************************/
  54.  
  55.