Re: [python-win32] deviceiocontrol string format

2006-05-26 Thread Tim Roberts
On 25 May 2006 19:43:40 +0100, [EMAIL PROTECTED] wrote: >I am new to python win32, and i cannot figure out how to format the data >string for deviceiocontrol code with win32file. > >I have the following c struct in my driver file: >typedef struct _WRITE_DEVICE_DATA_INPARAMS >{ > UCHAR ucMem

Re: [python-win32] deviceiocontrol string format

2006-05-25 Thread John Machin
On 26/05/2006 4:43 AM, [EMAIL PROTECTED] wrote: > Dear All, > > I am new to python win32, and i cannot figure out how to format the data > string for deviceiocontrol code with win32file. > > I have the following c struct in my driver file: > typedef struct _WRITE_DEVICE_DATA_INPARAMS > { >

[python-win32] deviceiocontrol string format

2006-05-25 Thread B . P . S . Thurin
Dear All, I am new to python win32, and i cannot figure out how to format the data string for deviceiocontrol code with win32file. I have the following c struct in my driver file: typedef struct _WRITE_DEVICE_DATA_INPARAMS { UCHAR ucMemorySpace;// 0: I/O Space, 1: Mem Space.