"Gaspard, Bradley S"  wrote:
> Is it possible to access Windows DHCP Client API using Python's win32 
> extensions?
> I couldn't find any information on the web.

None of the Dhcp functions are wrapped, but depending on what you're
trying to accomplish, you might be able use use WMI.
The Win32_NetworkAdapterConfiguration class has several methods
and properties related to Dhcp.

   hth
       Roger


_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to