Platform SDK: DirectX |
The IDirectPlayLobby3::UnregisterApplication method deletes the registration entries for a DirectPlay application. The entries must be removed when the application is uninstalled.
HRESULT UnregisterApplication( DWORD dwFlags, REFGUID guidApplication );
Returns DP_OK if successful, or one of the following error values otherwise:
DPERR_INVALIDFLAGS |
DPERR_INVALIDPARAMS |
DPERR_UNKNOWNAPPLICATION |
The method returns DPERR_UNKNOWNAPPLICATION if the GUID of the application could not be found in the registry.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in dplobby.h.
Import Library: Use dplayx.lib.
IDirectPlayLobby3::RegisterApplication, DirectXUnregisterApplication