[python-win32] Eject a CD with win32file?

Moore, Paul Paul.Moore@atosorigin.com
Tue, 26 Nov 2002 09:31:53 -0000


From: Jeff Shannon [mailto:jeff@ccvcorp.com]
> Look for the win32con module, which defines (almost) all of the =
constants in
> the Win32 API.  You should be able to use =
win32con.IOCTL_STORAGE_EJECT_MEDIA
> as your parameter.  (Warning -- I haven't verified that this constant =
is
> defined there, but this is the general format that works for most =
Win32
> constants.)

It isn't there.

Paul.