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
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
> {
>
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.