Platform SDK: DirectX

CONST_DPLWAIT

The CONST_DPLWAIT enumeration is used in the DirectPlayLobby3.WaitForConnectionSettings method.

Enum CONST_DPLWAIT
    DPLWAIT_CANCEL =  1
    DPLWAIT_DEFAULT = 0
End Enum
DPLWAIT_CANCEL
The method takes the application out of wait mode.
DPLWAIT_DEFAULT
The method puts the application into wait mode.