DOC: SCSI Miniport SlotNumber Set by ScsiPortInitializeID: 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 ntddkstorage
Version : 3.50
Platform : NT WINDOWS
Issue type :
Last Reviewed: March 2, 1999