The platform sdk indicates the location of the registry entry as: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DHCPServer\Parameters No additional values with type are listed in this documentation. However, I found the following values on the Internet: 1) CalloutDlls (REG_MULTI_SZ) pathname\dllname 2) CalloutEnabled (DWORD) 1. I entered in this information and restarted the DHCP service however the DLL is not being loaded. Regmon was used and I don't see any calls to these DHCP Parameter values. Any idea on why this is not working. Windows 2000 Server SP4. Thanks for any assistance, Anthony
I found the solution to my problem. When the BINLSVC service is running, the callout dll is not loaded. "Anthony Portis" wrote in message news:ei5DSBQ%23FHA.3064@TK2MSFTNGP10.phx.gbl... > The platform sdk indicates the location of the registry entry as: > HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DHCPServer\Parameters > > No additional values with type are listed in this documentation. However, > I found the following values on the Internet: > 1) CalloutDlls (REG_MULTI_SZ) pathname\dllname > 2) CalloutEnabled (DWORD) 1. > > I entered in this information and restarted the DHCP service however the > DLL is not being loaded. Regmon was used and I don't see any calls to > these DHCP Parameter values. Any idea on why this is not working. > Windows 2000 Server SP4. > > Thanks for any assistance, > > Anthony >