This topic has not yet been rated - Rate this topic

ATA_ADDRESS_TRANSLATION enumeration

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

Syntax


typedef enum  { 
  UnknownMode   = 0,
  ChsMode       = 1,
  LbaMode       = 2,
  Lba48BitMode  = 3
} ATA_ADDRESS_TRANSLATION;

Constants

UnknownMode
ChsMode

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

LbaMode

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

Lba48BitMode

Indicates support for 48-bit LBAs.

Requirements

Header

Irb.h (include Irb.h)

 

 

Send comments about this topic to Microsoft

Build date: 4/17/2013

© 2013 Microsoft. All rights reserved.