[python-win32] comObject set Null/None

Tim Golden mail at timgolden.me.uk
Tue Feb 22 21:03:53 CET 2011


On 22/02/2011 5:07 PM, Jesse Kretschmer wrote:
> This is exactly what I was looking for.  I did a bit of searching and found
> the typical values for the first parameter:
> ADS_PROPERTY_CLEAR = 1
> ADS_PROPERTY_UPDATE = 2
> ADS_PROPERTY_APPEND = 3
> ADS_PROPERTY_DELETE = 4
> from: http://www.winvistatips.com/changing-ad-profile-paths-t750970.html

Ah. I should have posted the canonical links:

   http://msdn.microsoft.com/en-us/library/aa746353%28v=vs.85%29.aspx

   http://msdn.microsoft.com/en-us/library/aa772282%28v=vs.85%29.aspx

> Tim, thanks for the help and the quick response.  I frequently see helpful
> responses made by you scattered around the web.  I am fairly certain that I
> would be stuck in VBScript if you were not around to help the community.

Glad to have been of service :)

TJG


More information about the python-win32 mailing list