Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

39 lines
616 B

/*++
Copyright (c) 1993 Microsoft Corporation
Module Name:
nwcons.h
Abstract:
This module contains various Netware constants
Author:
Chuck Y Chan. Split out from NWAPI.H
Revision History:
--*/
#ifndef _NWCONS_INCLUDED_
#define _NWCONS_INCLUDED_
//
// Maximum length of server, password, username
//
#define NW_MAX_TREE_LEN 32
#define NW_MAX_SERVER_LEN 48
#define NW_MAX_PASSWORD_LEN 256
#define NW_MAX_USERNAME_LEN 256
//
// special char to distinguish nds context: eg. *tree\ou.o (as opposed to
// server\volume.
//
#define TREE_CHAR L'*'
#endif