CONST_DPSETFLAGS
Members of the CONST_DPSETFLAGS enumeration are used to determine what data is set by the DirectPlay4.SetGroupData, DirectPlay4.SetGroupName, DirectPlay4.SetPlayerData, and DirectPlay4.SetPlayerName methods.
Enum CONST_DPSETFLAGS
DPSET_GUARANTEED = 2
DPSET_LOCAL = 1
DPSET_REMOTE = 0
End Enum
- DPSET_GUARANTEED
- Propagate the data by using guaranteed messaging (if available). This flag cannot be combined with DPSET_LOCAL.
- DPSET_LOCAL
- This data is for local use only and will not be propagated.
- DPSET_REMOTE
- This data is for use by all the applications and will be propagated to all the other applications in the session. For groups, this flag can be used only on groups owned by the local session.
See Also
CONST_DPGETFLAGS