home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / os232.exe / INCLUDE / NWDSAUD.H < prev    next >
C/C++ Source or Header  |  1995-05-10  |  2KB  |  57 lines

  1. /******************************************************************************
  2.  
  3.   $Workfile:   nwdsaud.h  $
  4.   $Revision:   1.6  $
  5.   $Modtime::   10 May 1995 08:48:22                        $
  6.   $Copyright:
  7.  
  8.   Copyright (c) 1989-1995 Novell, Inc.  All Rights Reserved.                      
  9.  
  10.   THIS WORK IS  SUBJECT  TO  U.S.  AND  INTERNATIONAL  COPYRIGHT  LAWS  AND
  11.   TREATIES.   NO  PART  OF  THIS  WORK MAY BE  USED,  PRACTICED,  PERFORMED
  12.   COPIED, DISTRIBUTED, REVISED, MODIFIED, TRANSLATED,  ABRIDGED, CONDENSED,
  13.   EXPANDED,  COLLECTED,  COMPILED,  LINKED,  RECAST, TRANSFORMED OR ADAPTED
  14.   WITHOUT THE PRIOR WRITTEN CONSENT OF NOVELL, INC. ANY USE OR EXPLOITATION
  15.   OF THIS WORK WITHOUT AUTHORIZATION COULD SUBJECT THE PERPETRATOR TO
  16.   CRIMINAL AND CIVIL LIABILITY.$
  17.  
  18.  *****************************************************************************/
  19. #if ! defined ( NWDSAUD_H )
  20. #define NWDSAUD_H
  21.  
  22. #if ! defined ( NTYPES_H )
  23. #include "ntypes.h"
  24. #endif
  25.  
  26. #if ! defined ( NWDSTYPE_H )
  27. #include "nwdstype.h"
  28. #endif
  29.  
  30. #if ! defined ( NWDSDC_H ) /* Defined NWDSContextHandle */
  31. #include "nwdsdc.h"
  32. #endif
  33.  
  34. #if ! defined ( NWCALDEF_H )
  35. #include "nwcaldef.h"
  36. #endif
  37.  
  38. #include "npackon.h"
  39.  
  40. #ifdef __cplusplus
  41. extern "C" {
  42. #endif
  43.  
  44. NWDSCCODE N_API NWDSAuditGetObjectID
  45. (
  46.    NWDSContextHandle    context,
  47.    pnstr8               objectName,
  48.    NWCONN_HANDLE  N_FAR *conn,
  49.    pnuint32             objectID
  50. );
  51.  
  52. #ifdef __cplusplus
  53. }
  54. #endif
  55. #include "npackoff.h"
  56. #endif   /* NWDSAUD_H */
  57.