THREADPRIORITYEX

Detailed Description

Enumerations

enum class  THREADPRIORITYEX {
  NORMAL ,
  ABOVE ,
  BELOW ,
  LOWEST
}
 

Functions

enum THREADPRIORITYEX MAXON_ENUM_LIST (THREADPRIORITYEX)
 

Enumeration Type Documentation

◆ THREADPRIORITYEX

enum THREADPRIORITYEX
strong
Enumerator
NORMAL 

Normal.

ABOVE 

Above.

BELOW 

Below.

LOWEST 

Lowest.

Function Documentation

◆ MAXON_ENUM_LIST()

enum THREADPRIORITYEX MAXON_ENUM_LIST ( THREADPRIORITYEX  )