Platform SDK: DirectX

CONST_DPGETCAPSFLAGS

Members of the CONST_DPGETCAPSFLAGS enumeration are used to indicate DirectPlay and player capabilities. These flags are returned by the DirectPlay4.GetCaps and DirectPlay4.GetPlayerCaps methods.

Enum CONST_DPGETCAPSFLAGS
    DPGETCAPS_DEFAULT =    0
    DPGETCAPS_GUARANTEED = 1
End Enum
DPGETCAPS_DEFAULT
Capabilities for nonguaranteed messaging.
DPGETCAPS_GUARANTEED
Capabilities for guaranteed message delivery.