Searched defs:_DEVICE_IO_EX_PARAMS (Results 1 – 4 of 4) sorted by relevance
715 typedef struct _DEVICE_IO_EX_PARAMS { struct716 DEVICEID idDisk;717 ULONG Lba;718 USHORT nSectors;719 UCHAR Command; /* IO_COMMAD_xxx */720 UCHAR BufferType; /* BUFFER_TYPE_xxx, see below */721 ULONG BufferPtr;
1158 typedef struct _DEVICE_IO_EX_PARAMS { struct1159 DEVICEID idDisk;1160 HPT_U32 Lba;1161 HPT_U16 nSectors;1162 HPT_U8 Command; /* IO_COMMAD_xxx */1163 HPT_U8 BufferType; /* BUFFER_TYPE_xxx, see below */1164 HPT_U32 BufferPtr;
1373 typedef struct _DEVICE_IO_EX_PARAMS { struct1374 DEVICEID idDisk;1375 HPT_U32 Lba;1376 HPT_U16 nSectors;1377 HPT_U8 Command; /* IO_COMMAD_xxx */1378 HPT_U8 BufferType; /* BUFFER_TYPE_xxx, see below */1379 HPT_U32 BufferPtr;
1369 typedef struct _DEVICE_IO_EX_PARAMS { struct1370 DEVICEID idDisk;1371 HPT_U32 Lba;1372 HPT_U16 nSectors;1373 HPT_U8 Command; /* IO_COMMAD_xxx */1374 HPT_U8 BufferType; /* BUFFER_TYPE_xxx, see below */1375 HPT_U32 BufferPtr;