Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 2.19 KB

ne-irb-ata_address_translation.md

File metadata and controls

66 lines (53 loc) · 2.19 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NE:irb.ATA_ADDRESS_TRANSLATION
ATA_ADDRESS_TRANSLATION (irb.h)
The ATA_ADDRESS_TRANSLATION enumeration type indicates the type of address translation used during data transfers.Note  The ATA port driver and ATA miniport driver models may be altered or unavailable in the future.
storage\ata_address_translation.htm
storage
03/29/2018
ATA_ADDRESS_TRANSLATION enumeration
ATA_ADDRESS_TRANSLATION, ATA_ADDRESS_TRANSLATION enumeration [Storage Devices], ChsMode, Lba48BitMode, LbaMode, UnknownMode, irb/ATA_ADDRESS_TRANSLATION, irb/ChsMode, irb/Lba48BitMode, irb/LbaMode, irb/UnknownMode, storage.ata_address_translation, structs-ATA_f2a24a19-e6fa-4457-afac-b307d9dcbc76.xml
irb.h
Irb.h
Windows
Windows
ATA_ADDRESS_TRANSLATION
ATA_ADDRESS_TRANSLATION
irb/ATA_ADDRESS_TRANSLATION
APIRef
kbSyntax
HeaderDef
irb.h
ATA_ADDRESS_TRANSLATION

ATA_ADDRESS_TRANSLATION enumeration

-description

The ATA_ADDRESS_TRANSLATION enumeration type indicates the type of address translation used during data transfers.

Note  The ATA port driver and ATA miniport driver models may be altered or unavailable in the future. Instead, we recommend using the Storport driver and Storport miniport driver models.
 

-enum-fields

-field UnknownMode

-field ChsMode

Indicates that sectors are to be addressed using cylinder/head/sector (CHS) values.

-field LbaMode

Indicates that sectors are to be addressed using logical block addressing (LBA) values.

-field Lba48BitMode

Indicates support for 48-bit LBAs.