Platform SDK: DirectX

DirectPlayLobby3.UnregisterApplication

The DirectPlayLobby3.UnregisterApplication method deletes the registry entries for a DirectPlay application.

object.UnregisterApplication(GuidApplication As String) 

Parameters

object
Object expression that resolves to a DirectPlayLobby3 object.
GuidApplication
Globally unique identifier (GUID) of the application to remove from the registry.

Error Codes

If the method fails, an error is raised and Err.Number may be set to one of the following values:

DPERR_INVALIDFLAGS
DPERR_INVALIDPARAMS
DPERR_UNKNOWNAPPLICATION

The method returns DPERR_UNKNOWNAPPLICATION if the GUID of the application could not be found in the registry.

See Also

DirectPlayLobby3.RegisterApplication, DPAPPLICATIONDESC2