[python-win32] Does pywin32 support SD card operation (IOCTL_SFFDISK_QUERY_DEVICE_PROTOCOL)?

Jane Chen janechen_1979 at yahoo.com
Mon Jul 16 23:31:24 CEST 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20120716/6a88fb20/attachment.html>


More information about the python-win32 mailing list