![]() |
Home |
|
Functions RTIn, RTInW, RTInDThese functions read a byte, word, or dword value from an I/O port: BYTE RTIn (unsigned int addr); WORD RTInW(unsigned int addr); DWORD RTInD(unsigned int addr); ParametersaddrThe I/O port to read from. return valueThe value read from the specified I/O port.
|