DOC: Incorrect Documentation for ScsiPortGetVirtualAddress (246409)



The information in this article applies to:

  • Microsoft Windows 2000 Driver Development Kit (DDK)
  • Microsoft Windows NT 4.0 Driver Development Kit (DDK)

This article was previously published under Q246409

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

Modification Type:MinorLast Reviewed:7/21/2004
Keywords:kbBug kbdocfix kbKMode kbpending kbStorageDev KB246409