FEATURE_DATA_DVD_PLUS_R - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddmmc.h

typedef struct _FEATURE_DATA_DVD_PLUS_R {
  FEATURE_HEADER Header;
  UCHAR          Write : 1;
  UCHAR          Reserved1 : 7;
  UCHAR          Reserved2[3];
} FEATURE_DATA_DVD_PLUS_R, *PFEATURE_DATA_DVD_PLUS_R;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddmmc-_feature_data_dvd_plus_r)

_FEATURE_DATA_DVD_PLUS_R structure

Description

The FEATURE_DATA_DVD_PLUS_R structure contains information about the DVD+R feature.

Members

Contains a FEATURE_HEADER structure with header information for this feature descriptor.

Write

Indicates, when set to 1, that the device has an ability that was not specified in the DVD-ROM profile, to write to DVD+R discs according to DVD+R 4.7 Gbytes Basic Format Specifications. When set to 0, the device has no extra ability beyond what is specified in the profile.

Reserved1

Reserved.

Reserved2

Reserved.

Remarks

This structure holds data for the feature named "DVD+R" by the MMC-3 specification. Devices that support this feature can specify whether they are able to perform writes to DVD+R discs, even though this ability was not indicated in the device's DVD-ROM profile.

See also

FEATURE_HEADER