46 lines
980 B
Modula-2
46 lines
980 B
Modula-2
|
LIBRARY DHCPCSVC.DLL
|
||
|
|
||
|
EXPORTS
|
||
|
ServiceMain
|
||
|
DhcpOpenGlobalEvent
|
||
|
DhcpAcquireParameters
|
||
|
DhcpAcquireParametersByBroadcast
|
||
|
DhcpReleaseParameters
|
||
|
DhcpNotifyConfigChange
|
||
|
DhcpNotifyConfigChangeEx
|
||
|
DhcpQueryHWInfo
|
||
|
DhcpLeaseIpAddress
|
||
|
DhcpRenewIpAddressLease
|
||
|
DhcpReleaseIpAddressLease
|
||
|
DhcpLeaseIpAddressEx
|
||
|
DhcpRenewIpAddressLeaseEx
|
||
|
DhcpReleaseIpAddressLeaseEx
|
||
|
|
||
|
DhcpRequestOptions
|
||
|
DhcpRegisterOptions
|
||
|
DhcpDeRegisterOptions
|
||
|
|
||
|
DhcpCApiInitialize
|
||
|
DhcpCApiCleanup
|
||
|
DhcpRequestParams
|
||
|
DhcpUndoRequestParams
|
||
|
DhcpRegisterParamChange
|
||
|
DhcpDeRegisterParamChange
|
||
|
DhcpPersistentRequestParams
|
||
|
DhcpDelPersistentRequestParams
|
||
|
DhcpStaticRefreshParams
|
||
|
DhcpFallbackRefreshParams
|
||
|
DhcpRemoveDNSRegistrations
|
||
|
|
||
|
DhcpEnumClasses
|
||
|
DhcpHandlePnPEvent
|
||
|
|
||
|
McastApiStartup
|
||
|
McastApiCleanup
|
||
|
McastEnumerateScopes
|
||
|
McastGenUID
|
||
|
McastRequestAddress
|
||
|
McastRenewAddress
|
||
|
McastReleaseAddress
|
||
|
|