D
Debloke
I am working with DHCP Server Callout API. And i see an issue with LPDHCP_DELETE_CLIENT callback function.
As per the documentation "The DhcpDeleteClientHook function is called by Microsoft DHCP Server directly before a client lease is deleted from the active leases database."
I have written a dll and hooked into the DHCP server. I am expecting to see DHCP server call the callback function before deleting a client lease but that never happens. However if I use DHCP management console and delete the lease manually, the callback function is called.
Anybody faced this issue before?
Continue reading...
As per the documentation "The DhcpDeleteClientHook function is called by Microsoft DHCP Server directly before a client lease is deleted from the active leases database."
I have written a dll and hooked into the DHCP server. I am expecting to see DHCP server call the callback function before deleting a client lease but that never happens. However if I use DHCP management console and delete the lease manually, the callback function is called.
Anybody faced this issue before?
Continue reading...