Platform SDK: DirectX

CONST_DPGETFLAGS

Members of the CONST_DPGETFLAGS enumeration are used to determine what data is retrieved by the DirectPlay4.GetGroupData and DirectPlay4.GetPlayerData methods.

Enum CONST_DPGETFLAGS
    DPGET_LOCAL = 1
    DPGET_REMOTE = 0
End Enum
DPGET_LOCAL
Retrieve the local data set by this application.
DPGET_REMOTE
Retrieve the current data from the remote shared data space.

See Also

CONST_DPSETFLAGS