2.2.5.2 NtmsUIType Enumeration

The NtmsUITypes enumeration defines the type of a UI message.

 enum NtmsUITypes 
 {
   NTMS_UITYPE_INVALID = 0,
   NTMS_UITYPE_INFO = 1,
   NTMS_UITYPE_REQ = 2,
   NTMS_UITYPE_ERR = 3,
   NTMS_UITYPE_MAX = 4
 };

NTMS_UITYPE_INVALID:  Message is of an invalid type.

NTMS_UITYPE_INFO:  Message is of the user information type and provides information.

NTMS_UITYPE_REQ:  Message is of the user information type and is a request.

NTMS_UITYPE_ERR:  Message is of the user information type and is an error.

NTMS_UITYPE_MAX:  Maximum possible value.