Hi All,
Does pywin32 support SD card operation (IOCTL_SFFDISK_QUERY_DEVICE_PROTOCOL)?
I google IOCTL_SFFDISK_QUERY_DEVICE_PROTOCOL with Python. However, no useful
information shows up.
My code:
if win32file.DeviceIoControl(hVol,
winioctlcon.IOCTL_SFFDISK_QUERY_DEVICE_PROTOCOL, 0, 6, 0):
Error message:
AttributeError: 'module' object has no attribute
"IOCTL_SFFDISK_QUERY_DEVICE_PROTOCOL".
Thank you,
Jane
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32