Hi all,
I have been looking for a wrapper for the Win32 function
GetWindowPlacement() but could not find it in the latest version of
Python for Windows extension (version 208). I saw a reference to
PyCWnd.GetWindowPlacement() where a MFC CWnd is needed but could not
find a pure Win32 version.
[David Primmer]
| I'm going to be writing a lot of ADSI scripts in python and I thought
| I'd wrap the IADsUser object. Right now, my custom user
| object "myUser",
| simply looks up the user in AD, does a GetObject() on it and the
| resulting IADsUser is a member of the class. So, if I want t