NVME_DIRECTIVE_SEND_STREAMS_OPERATIONS enumeration (nvme.h)
Contains values that indicate a directive type sent to a Streams operation.
Syntax
typedef enum {
NVME_DIRECTIVE_SEND_STREAMS_OPERATION_RELEASE_IDENTIFIER,
NVME_DIRECTIVE_SEND_STREAMS_OPERATION_RELEASE_RESOURCES
} NVME_DIRECTIVE_SEND_STREAMS_OPERATIONS;
Constants
NVME_DIRECTIVE_SEND_STREAMS_OPERATION_RELEASE_IDENTIFIER A release identifier directive sent to a Streams operation. |
NVME_DIRECTIVE_SEND_STREAMS_OPERATION_RELEASE_RESOURCES A release resources directive sent to a Streams operation. |
Remarks
Use this enumeration to specify values in the DTYPE member of the NVME_CDW11_DIRECTIVE_SEND structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Header | nvme.h |