BOOLEAN
InbvPortGetByte(
IN ULONG BlFileId,
OUT PUCHAR Input
);
Routine Description:
Fetch a byte from the port and return it.
Arguments:
BlFileId - The port to read from.
Input - Returns the data byte.
Return Value:
TRUE if successful, else FALSE.