<div class="content" name="TRKSVR_MESSAGE_PRIORITY" uuid="3c2d91e3-6421-4cef-9844-e5949b2fab8f"><p> </p><p>The TRKSVR_MESSAGE_PRIORITY enumeration contains constants
that indicate the priority level of messages that can be sent by the <span><a href="cea51ffe-cab6-4b19-93b7-853189437ead" data-linktype="relative-path">LnkSvrMessage</a></span>
method. It is used in the <span><a href="2f32d86a-18ea-472f-99d3-e9f3a333e329" data-linktype="relative-path">TRKSVR_MESSAGE_UNION</a></span>
structure. See section 3.1.4.1 for more information on the LnkSvrMessage
method.</p><dl>
<dd>
<div><pre> 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;
</pre></div>
</dd></dl><p><b>PRI_0:  </b>Priority 0, the highest priority.</p><p><b>PRI_1:  </b>Priority 1.</p><p><b>PRI_2:  </b>Priority 2.</p><p><b>PRI_3:  </b>Priority 3.</p><p><b>PRI_4:  </b>Priority 4.</p><p><b>PRI_5:  </b>Priority 5.</p><p><b>PRI_6:  </b>Priority 6.</p><p><b>PRI_7:  </b>Priority 7.</p><p><b>PRI_8:  </b>Priority 8.</p><p><b>PRI_9:  </b>Priority 9, the lowest priority.</p></div>