| Microsoft DirectX 8.1 (Visual Basic) |
Used with the lFlags parameter of DirectPlay8Client.GetSendQueueInfo. Setting one of these flags instructs the method to only return send-queue information on the associated send queue instead of the total for all queues.
Enum CONST_DPNGETSENDQUEUEINFO
DPNGETSENDQUEUEINFO_PRIORITY_HIGH = 2
DPNGETSENDQUEUEINFO_PRIORITY_LOW = 4
DPNGETSENDQUEUEINFO_PRIORITY_NORMAL = 1
End Enum