Platform SDK: DirectX

CONST_DPSENDFLAGS

Members of the CONST_DPSENDFLAGS enumeration are used to control the manner in which messages are sent.

Enum CONST_DPSENDFLAGS
    DPSEND_ASYNC =              512 (&H200)
    DPSEND_DEFAULT =              0 
    DPSEND_ENCRYPTED =           64 (&H40)
    DPSEND_GUARANTEED =           1 
    DPSEND_NOSENDCOMPLETEMSG = 1024 (&H400)
    DPSEND_SIGNED =              32 (&H20)
End Enum

For the meaning of the values, see DirectPlay4.Send and DirectPlay4.SendEx.