Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The TRKSVR_MESSAGE_PRIORITY enumeration contains constants that indicate the priority level of messages that can be sent by the LnkSvrMessage method. It is used in the TRKSVR_MESSAGE_UNION structure. See section 3.1.4.1 for more information on the LnkSvrMessage method.
-
typedef [v1_enum] enum { PRI_0 = 0, PRI_1 = 1, PRI_2 = 2, PRI_3 = 3, PRI_4 = 4, PRI_5 = 5, PRI_6 = 6, PRI_7 = 7, PRI_8 = 8, PRI_9 = 9 } TRKSVR_MESSAGE_PRIORITY;
PRI_0: Priority 0, the highest priority.
PRI_1: Priority 1.
PRI_2: Priority 2.
PRI_3: Priority 3.
PRI_4: Priority 4.
PRI_5: Priority 5.
PRI_6: Priority 6.
PRI_7: Priority 7.
PRI_8: Priority 8.
PRI_9: Priority 9, the lowest priority.