2.2.1.7 NtmsOpreqCommand Enumeration

The NtmsOpreqCommand enumeration defines the type of an operator request.

 enum NtmsOpreqCommand
 {
   NTMS_OPREQ_UNKNOWN = 0,
   NTMS_OPREQ_NEWMEDIA = 1,
   NTMS_OPREQ_CLEANER = 2,
   NTMS_OPREQ_DEVICESERVICE = 3,
   NTMS_OPREQ_MOVEMEDIA = 4,
   NTMS_OPREQ_MESSAGE = 5
 };

NTMS_OPREQ_UNKNOWN:  The request is of an unknown type.

NTMS_OPREQ_NEWMEDIA:  The operator requested new media.

NTMS_OPREQ_CLEANER:  The operator requested cleaner media.

NTMS_OPREQ_DEVICESERVICE:  The operator requested drive service.

NTMS_OPREQ_MOVEMEDIA:  The operator requested permission to move the specified media to service a mount for offline media, or to eject media and move it to an offline library.

NTMS_OPREQ_MESSAGE:  A message defined by and specific to a given application.