// ntddmmc.h
typedef struct _FEATURE_DATA_MORPHING {
FEATURE_HEADER Header;
UCHAR Asynchronous : 1;
UCHAR OCEvent : 1;
UCHAR Reserved01 : 6;
UCHAR Reserved2[3];
} FEATURE_DATA_MORPHING, *PFEATURE_DATA_MORPHING;
View the official Windows Driver Kit DDI referenceNo description available.
The FEATURE_DATA_MORPHING structure contains information about the morphing feature.
HeaderContains a FEATURE_HEADER structure with header information for this feature descriptor.
AsynchronousIndicates, when set to 1, that the initiator can request device status asynchronously. If set to zero, the initiator must use polling to request status.
OCEventReserved01Reserved2Reserved.
This structure holds data for the feature named "Morphing" by the MMC-3 specification. Devices that support this feature can notify the initiator of operational changes and allow the initiator to prevent operational changes.