Leaked source code of windows server 2003
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.
|
|
//========================================================================
// Copyright (C) 1997 Microsoft Corporation
// Author: RameshV
// Description: This file has been generated. Pl look at the .c file
//========================================================================
#ifndef _MM_SERVER2_H_
#define _MM_SERVER2_H_
BOOL MemServerIsSwitchedSubnet( IN PM_SERVER Server, IN DWORD AnyIpAddress ) ;
BOOL MemServerIsSubnetDisabled( IN PM_SERVER Server, IN DWORD AnyIpAddress ) ;
BOOL MemServerIsExcludedAddress( IN PM_SERVER Server, IN DWORD AnyIpAddress ) ;
BOOL MemServerIsReservedAddress( IN PM_SERVER Server, IN DWORD AnyIpAddress ) ;
BOOL MemServerIsOutOfRangeAddress( IN PM_SERVER Server, IN DWORD AnyIpAddress, IN BOOL fBootp ) ;
DWORD MemServerGetSubnetMaskForAddress( IN PM_SERVER Server, IN DWORD AnyIpAddress ) ;
#endif // _MM_SERVER2_H_
//========================================================================
// end of file
//========================================================================
|