Microsoft DirectX 8.1 (Visual Basic) |
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