The DirectXUnRegisterApplication function deletes the registration of an application designed to work with DirectPlayLobby.
int WINAPI DirectXUnRegisterApplication(
HWND hWnd,
LPGUID lpGUID
);
If the function succeeds, the return value is TRUE meaning that the registration is successfully deleted.
If the function fails, the return value is FALSE.
The DirectXUnRegisterApplication function removes registry the entries needed for an application to work with DirectPlayLobby. An uninstall program should only use DirectXUnRegisterApplication if it used DirectXRegisterApplication when the application was installed.
Windows NT: Use version 5.0 or later.
Windows: Use Windows 95 or later. Available as a redistributable for Windows 95.
Windows CE: Unsupported.
Header: Declared in dsetup.h.
Import Library: Use dsetup.lib.