typedef struct tagPT_WritePortDword
{
INT16U port;
INT32U DWordData;
} PT_WritePortDword, * LPT_WritePortDword;
PT_WritePortDword is used in function DRV_WritePortDword.
| Name | Direction | Description |
| port | input | The I/O port address to write data to. It must be within the address range allocated by the system. |
| DWordData | input | The 32-bit output data from specified I/O port. |