Microsoft DirectX 8.1 (Visual Basic)

CONST_DPNLOBBY

Used with the lFlags parameter of the DirectPlay8Client.RegisterLobby method. Set one of the two values to indicate whether the application is to be registered or unregistered.

Enum CONST_DPNLOBBY
    DPNLOBBY_REGISTER = 1
    DPNLOBBY_UNREGISTER = 2
End Enum

Constants

DPNLOBBY_REGISTER
Register the application with the lobby.
DPNLOBBY_UNREGISTER
Unregister the application with the lobby.