DOC: Incorrect Documentation for ScsiPortGetVirtualAddress

ID: Q246409


The information in this article applies to:
  • Microsoft Windows 2000 Driver Development Kit (DDK)
  • Microsoft Windows NT 4.0 Driver Development Kit (DDK)


SUMMARY

The Kernel-Mode Drivers Reference included with the Microsoft Windows NT/Windows 2000 DDK, Part 3: SCSI Drivers, Chapter 1 ScsiPort Routines contains the documentation for the ScsiPortGetVirtualAddress function. This document incorrectly states:

ScsiPortGetVirtualAddress returns a physical address associated with a virtual address if the physical address was obtained by a call to ScsiPortGetPhysicalAddress.

It should read as follows:

ScsiPortGetVirtualAddress returns a virtual address associated with a physical address, if the physical address was obtained by a call to ScsiPortGetPhysicalAddress.


REFERENCES

Please see the Windows NT Device Driver Kit for additional information on ScsiPortGetVirtualAddress function

Additional query words:

Keywords : kbdocfix kbDDK kbKMode kbWinOS2000 kbWinOS2000bug kbStorageDev kbDSupport kbGrpNTDDK
Version : winnt:
Platform : winnt
Issue type : kbbug


Last Reviewed: December 15, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.