DVD_READ_STRUCTURE 结构 (ntddcdvd.h)

DVD_READ_STRUCTURE结构与 IOCTL_DVD_READ_STRUCTURE 请求结合使用,以检索包含有关 DVD 光盘信息的 DVD 描述符。

语法

typedef struct DVD_READ_STRUCTURE {
  LARGE_INTEGER        BlockByteOffset;
  DVD_STRUCTURE_FORMAT Format;
  DVD_SESSION_ID       SessionId;
  UCHAR                LayerNumber;
} DVD_READ_STRUCTURE, *PDVD_READ_STRUCTURE;

成员

BlockByteOffset

包含要检索的描述符的逻辑块地址的偏移量。

Format

指示要检索的 DVD 描述符的类型。 有关可分配给此成员的值的详细信息,请参阅 DVD_STRUCTURE_FORMAT 枚举类型。

SessionId

包含 DVD 会话 ID。

LayerNumber

包含要检索描述符的层数。

注解

DVD_READ_STRUCTURE结构包含版权信息或制造商特定信息等数据。

要求

要求
Header ntddcdvd.h (包括 Ntddcdvd.h)

另请参阅

DVD_STRUCTURE_FORMAT

IOCTL_DVD_READ_STRUCTURE