SD_TRANSFER_DIRECTION - NtDoc

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

typedef enum {
  SDTD_UNSPECIFIED,
  SDTD_READ,
  SDTD_WRITE
} SD_TRANSFER_DIRECTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-sddef-sd_transfer_direction)

Description

A SD_TRANSFER_DIRECTION value indicates the data transfer direction of a Secure Digital (SD) card command.

Constants

SDTD_UNSPECIFIED

The data transfer direction is unspecified.

SDTD_READ

The data transfer is from the SD device to the host.

SDTD_WRITE

The data transfer is from the SD host to the device.

See also

SDCMD_DESCRIPTOR