windows-nt/Source/XPSP1/NT/net/dhcp/server/mm/subnet2.h

36 lines
1.2 KiB
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//========================================================================
// Copyright (C) 1997 Microsoft Corporation
// Author: RameshV
// Description: This file has been generated. Pl look at the .c file
//========================================================================
DWORD
MemSubnetModify(
IN PM_SUBNET Subnet,
IN DWORD Address,
IN DWORD Mask,
IN DWORD State,
IN DWORD SuperScopeId,
IN LPWSTR Name,
IN LPWSTR Description
) ;
DWORD
MemMScopeModify(
IN PM_SUBNET MScope,
IN DWORD ScopeId,
IN DWORD State,
IN DWORD Policy,
IN BYTE TTL,
IN LPWSTR Name,
IN LPWSTR Description,
IN LPWSTR LangTag,
IN DATE_TIME ExpiryTime
) ;
//========================================================================
// end of file
//========================================================================