NVME_CDW11_SECURITY_SEND structure (nvme.h)

Contains parameters that are used in the Security Send command.

Syntax

typedef struct {
  ULONG TL;
} NVME_CDW11_SECURITY_SEND, *PNVME_CDW11_SECURITY_SEND;

Members

TL

The value of Transfer Length (TL) field is specific to the Security Protocol as defined in SECURITY PROTOCOL IN (SPC-4).

This field is supported and specifies the number of bytes to transfer if the INC_512 field is set to 0 in the SPC-4 Security Protocol.

Requirements

Requirement Value
Minimum supported client Windows 10
Header nvme.h

See also