ScsiPortWritePortBufferUchar

VOID ScsiPortWritePortBufferUchar(Port, Buffer, Count)
IN PUCHAR  Port;
IN PUCHAR  Buffer;
IN ULONG  Count;
 

Transfers a given number of unsigned bytes from the specified buffer to an I/O port.

Port
Points to the port.
Buffer
Points to a buffer.
Count
Specifies the number of bytes to be written.