mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
121 lines
2.6 KiB
121 lines
2.6 KiB
/***************************************************************************
|
|
*
|
|
* File Name: ./netware/nwdsapi.h
|
|
*
|
|
* Copyright (C) 1993-1996 Hewlett-Packard Company.
|
|
* All rights reserved.
|
|
*
|
|
* 11311 Chinden Blvd.
|
|
* Boise, Idaho 83714
|
|
*
|
|
* This is a part of the HP JetAdmin Printer Utility
|
|
*
|
|
* This source code is only intended as a supplement for support and
|
|
* localization of HP JetAdmin by 3rd party Operating System vendors.
|
|
* Modification of source code cannot be made without the express written
|
|
* consent of Hewlett-Packard.
|
|
*
|
|
*
|
|
* Description:
|
|
*
|
|
* Author: Name
|
|
*
|
|
*
|
|
* Modification history:
|
|
*
|
|
* date initials change description
|
|
*
|
|
* mm-dd-yy MJB
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
***************************************************************************/
|
|
|
|
#ifndef __NWDSAPI_H__
|
|
#define __NWDSAPI_H__
|
|
/*==============================================================================
|
|
= (C) Unpublished Copyright of Novell, Inc. All Rights Reserved.
|
|
=
|
|
= No part of this file may be duplicated, revised, translated, localized or
|
|
= modified in any manner or compiled, linked or uploaded or downloaded to or
|
|
= from any computer system without the prior written permission of Novell, Inc.
|
|
===============================================================================
|
|
= This version of NWNET.H is specifically for use under NetWare 386 with the
|
|
= Directory Services API library, 'DSAPI.NLM.' It should be included by users
|
|
= of this library before any other includes prefixed with 'NWDS.'
|
|
===============================================================================
|
|
*/
|
|
#define NWFAR
|
|
#define NWPASCAL
|
|
#define NWDSCCODE int
|
|
|
|
#include ".\NWAlias.h"
|
|
|
|
#ifndef __NWDSTYPE_H
|
|
# include ".\NWDSType.h"
|
|
#endif
|
|
|
|
#ifndef __NWDSDEFS_H
|
|
# include ".\NWDSDefs.h"
|
|
#endif
|
|
|
|
#ifndef __NWDSERR_H
|
|
# include ".\NWDSErr.h"
|
|
#endif
|
|
|
|
#ifndef _NWDSNAME_HEADER_
|
|
# include ".\NWDSName.h"
|
|
#endif
|
|
|
|
#ifndef _NWDSFILT_HEADER_
|
|
# include ".\NWDSFilt.h"
|
|
#endif
|
|
|
|
#ifndef _NWDSMISC_HEADER_
|
|
# include ".\NWDSMisc.h"
|
|
#endif
|
|
|
|
#ifndef _NWDSACL_HEADER_
|
|
# include ".\NWDSACL.h"
|
|
#endif
|
|
|
|
#ifndef _NWDSAUD_HEADER_
|
|
# include ".\NWDSAud.h"
|
|
#endif
|
|
|
|
#ifndef _NWDSDSA_HEADER_
|
|
# include ".\NWDSDSA.h"
|
|
#endif
|
|
|
|
#ifndef _NWDSSCH_HEADER_
|
|
# include ".\NWDSSch.h"
|
|
#endif
|
|
|
|
#ifndef _NWDSATTR_HEADER_
|
|
# include ".\NWDSAttr.h"
|
|
#endif
|
|
|
|
#ifndef _NWDSASA_HEADER_
|
|
# include ".\NWDSASA.h"
|
|
#endif
|
|
|
|
#ifndef _NWDSPART_HEADER_
|
|
# include ".\NWDSPart.h"
|
|
#endif
|
|
|
|
#ifndef _NWDSBUFT_HEADER_
|
|
# include ".\NWDSBufT.h"
|
|
#endif
|
|
|
|
#ifndef __NAMES_H
|
|
# include ".\NWDSNMTP.h"
|
|
#endif
|
|
|
|
#ifndef _UNICODE_HEADER_
|
|
# include ".\Unicode.h"
|
|
#endif
|
|
|
|
#endif
|