NVME_CC_SHN_SHUTDOWN_NOTIFICATIONS enumeration (nvme.h)

Contains values that indicate a Controller Configuration (CC) shutdown notification.

Syntax

typedef enum {
  NVME_CC_SHN_NO_NOTIFICATION,
  NVME_CC_SHN_NORMAL_SHUTDOWN,
  NVME_CC_SHN_ABRUPT_SHUTDOWN
} NVME_CC_SHN_SHUTDOWN_NOTIFICATIONS;

Constants

 
NVME_CC_SHN_NO_NOTIFICATION
No notification and no effect.
NVME_CC_SHN_NORMAL_SHUTDOWN
Normal shutdown notification.
NVME_CC_SHN_ABRUPT_SHUTDOWN
Abrupt shutdown notification.

Remarks

Use the CC shutdown notification values from this enumeration in the SHN field (offset 14h) of the NVME_CONTROLLER_CONFIGURATION structure.

Requirements

Requirement Value
Minimum supported client Windows 10
Header nvme.h

See also

NVME_CONTROLLER_CONFIGURATION