DOC: SCSI Miniport SlotNumber Set by ScsiPortInitialize |
Q123676
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 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. |