mirror of https://github.com/tongzx/nt5src
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.
51 lines
1.3 KiB
51 lines
1.3 KiB
//========================================================================
|
|
// Copyright (C) 1997 Microsoft Corporation
|
|
// Author: RameshV
|
|
// Description: This file has been generated. Pl look at the .c file
|
|
//========================================================================
|
|
|
|
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
|
|
) ;
|
|
|
|
//========================================================================
|
|
// end of file
|
|
//========================================================================
|