DOC: SCSI Miniport SlotNumber Set by ScsiPortInitialize

Last reviewed: January 8, 1997
Article ID: Q123676
The information in this article applies to:
  • Microsoft Win32 Device Development Kit (DDK), 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.


KBCategory: kbprg kbdocerr kbdocfix
KBSubcategory: ntddkstorage
Additional reference words: 3.50 3.51 SCSI DDK NTDDK



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 8, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.