1.2.12.4.13 SRV_QUEUE_POSITION Enum
C
typedef enum
{
SRV_QUEUE_POSITION_HEAD = 0,
SRV_QUEUE_POSITION_TAIL = 1,
} SRV_QUEUE_POSITION;Summary
List of possible queue positions.
Description
This type defines the possible queue positions.
typedef enum
{
SRV_QUEUE_POSITION_HEAD = 0,
SRV_QUEUE_POSITION_TAIL = 1,
} SRV_QUEUE_POSITION;List of possible queue positions.
This type defines the possible queue positions.