This function writes a WORD value to the specified I/O port address.
BOOL WriteIoPortWordEx( WORD port, WORD value);
If the function succeeds, the return value is TRUE.
If the function fails, the return value is FALSE.