| DirectX SDK |
The DirectPlayLobby3.RegisterApplication method registers a lobby-aware application with DirectPlay. An application must be registered so that a DirectPlay lobby can launch it.
The application needs to be registered only once. It must also be unregistered when it is uninstalled.
object.RegisterApplication( _
ApplicationInfo As DPAPPLICATIONDESC2)
If the method fails, an error is raised and Err.Number may be set to one of the following values:
| DPERR_INVALIDFLAGS |
| DPERR_INVALIDPARAMS. |