mirror of https://github.com/lianthony/NT4.0
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.
52 lines
1.1 KiB
52 lines
1.1 KiB
|
|
LIBRARY DHCPSAPI.DLL
|
|
|
|
DESCRIPTION 'DHCP Server API DLL'
|
|
|
|
EXPORTS
|
|
|
|
DhcpCreateSubnet
|
|
DhcpSetSubnetInfo
|
|
DhcpGetSubnetInfo
|
|
DhcpEnumSubnets
|
|
DhcpAddSubnetElement
|
|
DhcpEnumSubnetElements
|
|
DhcpRemoveSubnetElement
|
|
DhcpDeleteSubnet
|
|
DhcpCreateOption
|
|
DhcpSetOptionInfo
|
|
DhcpGetOptionInfo
|
|
DhcpRemoveOption
|
|
DhcpSetOptionValue
|
|
DhcpGetOptionValue
|
|
DhcpEnumOptionValues
|
|
DhcpRemoveOptionValue
|
|
DhcpCreateClientInfo
|
|
DhcpSetClientInfo
|
|
DhcpGetClientInfo
|
|
DhcpDeleteClientInfo
|
|
DhcpEnumSubnetClients
|
|
DhcpGetClientOptions
|
|
DhcpGetMibInfo
|
|
DhcpRpcFreeMemory
|
|
DhcpEnumOptions
|
|
DhcpSetOptionValues
|
|
DhcpServerSetConfig
|
|
DhcpServerGetConfig
|
|
DhcpScanDatabase
|
|
DhcpGetVersion
|
|
|
|
DhcpSetClientInfoV4
|
|
DhcpGetClientInfoV4
|
|
DhcpCreateClientInfoV4
|
|
DhcpEnumSubnetClientsV4
|
|
DhcpServerSetConfigV4
|
|
DhcpServerGetConfigV4
|
|
DhcpAddSubnetElementV4
|
|
DhcpEnumSubnetElementsV4
|
|
DhcpRemoveSubnetElementV4
|
|
DhcpSetSuperScopeV4
|
|
DhcpGetSuperScopeInfoV4
|
|
DhcpDeleteSuperScopeV4
|
|
|
|
DATA SINGLE SHARED
|