[python-win32] Re: Access to the DHCP Client API

Roger Upole rwupole at msn.com
Thu Oct 20 18:35:56 CEST 2005


"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




More information about the Python-win32 mailing list