Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ScsiPortReadRegisterBufferUchar routine transfers a specified number of unsigned bytes from the HBA to a buffer.
Syntax
void ScsiPortReadRegisterBufferUchar(
[in] Register,
[in] Buffer,
[in] Count
);
Parameters
[in] Register
Pointer to the register. The given Register must be in a mapped memory-space range returned by ScsiPortGetDeviceBase.
[in] Buffer
Pointer to the buffer.
[in] Count
Specifies the number of bytes to be read from the HBA.
Return value
None
Remarks
ScsiPortReadRegisterBufferUchar ensures that the data is transferred correctly.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | storport.h (include Miniport.h, Scsi.h, Storport.h) |
| Library | Scsiport.lib |