DOC: SCSI Miniport's Use of the SRB DataBuffer

ID: Q140268


The information in this article applies to:


SUMMARY

The Windows NT DDK documentation incorrectly states that SCSI miniports should not use the SRB DataBuffer as a data pointer unless the miniport sets MapBuffers to TRUE in the PORT_CONFIGURATION_INFORMATION structure for the HBA, nor should it be used for SRB_FUNCTION_IO_CONTROL requests. This information is incorrect with regard to SRB_FUNCTION_IO_CONTROL requests.

As a general rule, SCSI miniports should not use the SRB DataBuffer as a data pointer unless they set MapBuffers to TRUE. However, in the case of SRB_IO_FUNCTION_CONTROL requests, SCSI miniports can use SRB DataBuffer regardless of the value of MapBuffers.

This documentation error has been corrected in the Windows NT DDK version 4.0 online documentation.

Additional query words: 3.50 3.51 SCSI_REQUEST_BLOCK SRB


Keywords          : kbdocfix ntddkstorage 
Version           : 3.50 3.51
Platform          : NT WINDOWS 
Issue type        : 

Last Reviewed: March 3, 1999