Microsoft KB Archive/123676

From BetaArchive Wiki

DOC: SCSI Miniport SlotNumber Set by ScsiPortInitialize

Q123676



The information in this article applies to:


  • Microsoft Win32 Device Driver Kit (DDK) for Windows NT, version 3.5





SUMMARY

The Win32 DDK version 3.50 online documentation incorrectly states that for the SCSI_REQUEST_BLOCK (SRB) structure, the SrbFlags field can have a value of SRB_SCLIST_FROM_POOL to indicate that a scatter/gather list was allocated from non-paged pool.

The actual identifier for this value is SRB_FLAGS_SGLIST_FROM_POOL. The incorrect identifier is missing the text token FLAGS, and its second text token is incorrectly spelled SCLIST rather than the correct SGLIST.


   Incorrect flag: SRB_SCLIST_FROM_POOL
     Correct flag: SRB_FLAGS_SGLIST_FROM_POOL 


This documentation error was corrected in the Win32 DDK version 3.51 online documentation.

Additional query words: 3.50 3.51 SCSI DDK NTDDK

Keywords : kbdocfix
Issue type :
Technology : kbAudDeveloper kbWinDDKSearch kbWin32sSearch kbWin32DDKSearch kbWin32DDKNT350 kbWin32DDKNTSearch


Last Reviewed: March 4, 1999
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.