Microsoft DirectX 8.1 (Visual Basic)

CONST_DPNGETSENDQUEUEINFO

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

Constants

DPNGETSENDQUEUEINFO_PRIORITY_HIGH
Return information for the high-priority queue.
DPNGETSENDQUEUEINFO_PRIORITY_LOW
Return information for the low-priority queue.
DPNGETSENDQUEUEINFO_PRIORITY_NORMAL
Return information for the normal-priority queue.