다음을 통해 공유


ATA_ZONE_DESCRIPTOR 구조체(ata.h)

이 구조체는 내부 전용이며 코드에서 호출해서는 안 됩니다.

구문

typedef struct _ATA_ZONE_DESCRIPTOR {
  UCHAR     ZoneType : 4;
  UCHAR     Reserved0 : 4;
  UCHAR     Reset : 1;
  UCHAR     NonSeq : 1;
  UCHAR     Reserved1 : 2;
  UCHAR     ZoneCondition : 4;
  UCHAR     Reserved2[6];
  ULONGLONG ZoneLength : 48;
  ULONGLONG Reserved3 : 16;
  ULONGLONG ZoneStartLBA : 48;
  ULONGLONG Reserved4 : 16;
  ULONGLONG WritePointerLBA : 48;
  ULONGLONG Reserved5 : 16;
  UCHAR     Reserved6[32];
} ATA_ZONE_DESCRIPTOR, *PATA_ZONE_DESCRIPTOR;

멤버

ZoneType

예약되어 있습니다.

Reserved0

예약되어 있습니다.

Reset

예약되어 있습니다.

NonSeq

예약되어 있습니다.

Reserved1

예약되어 있습니다.

ZoneCondition

예약되어 있습니다.

Reserved2[6]

예약되어 있습니다.

ZoneLength

예약되어 있습니다.

Reserved3

예약되어 있습니다.

ZoneStartLBA

예약되어 있습니다.

Reserved4

예약되어 있습니다.

WritePointerLBA

예약되어 있습니다.

Reserved5

예약되어 있습니다.

Reserved6[32]

예약되어 있습니다.

요구 사항

요구 사항
헤더 ata.h