Platform SDK: DirectX

CONST_DPCONNECTFLAGS

Members of the CONST_DPCONNECTFLAGS enumeration are used in the DirectPlayLobby3.Connect method to specify when the method returns.

Enum CONST_DPCONNECTFLAGS
    DPCONNECTION_DEFAULT =        0
    DPCONNECTION_RETURNSTATUS = 128 (&H80)
End Enum
DPCONNECTION_DEFAULT
The method returns after a connection has been established or the operation has timed out.
DPCONNECTION_RETURNSTATUS
The method returns immediately with the status of the connection.