This function writes a DWORD value to the specified I/O port address.
VOID WriteIoPortDword( WORD port, DWORD value);
None