> [1] On my python (active state 2.5.1), the
> WTSGetActiveConsoleSessionId() function raises NotImplementedError.
> However, I can easily run it by just invoking it through ctypes:
> ctypes.windll.kernel32.WTSGetActiveConsoleSessionId() Is this a bug?

It is a bug, and I've just checked in a fix (that function is in
kernel32.dll, not in wtsapi32.dll as we assumed.)

Cheers,

Mark

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

Reply via email to