windows-nt/Source/XPSP1/NT/net/tcpip/services/telnet/admin/common.h

22 lines
540 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//---------------------------------------------------------
// Copyright (c) 1999-2000 Microsoft Corporation
//
// common.h
//
// vikram K.R.C. (vikram_krc@bigfoot.com)
//
// The header file common to telnet command line admin tool's code
// and the other code.
// (May-2000)
//---------------------------------------------------------
#ifndef __commonh__
#define __commonh__
#define _MAX_CLASS_NAMES_ 3
#define _MAX_PROPS_ 19
#define _MAX_NUMOF_PROPNAMES_ 3
#define _MAX_QUERY_CONTROL_ 10
#endif