Microsoft DirectX 9.0 SDK Update (Summer 2003) |
IDirectPlay8LobbiedApplication::UnRegisterProgram Method
Unregisters a lobby-aware application that was registered through the IDirectPlay8LobbiedApplication::RegisterProgram method.
Syntax
HRESULT UnRegisterProgram(
GUID *pguidApplication, const DWORD dwFlags );
Parameters
- pguidApplication
- [in] Pointer to the globally unique identifier (GUID) of the application to unregister.
- dwFlags
- [in] Reserved. Must be 0.
Return Value
Returns S_OK if successful, or one of the following error values.
DPNERR_INVALIDFLAGS The flags passed to this method are invalid. DPNERR_INVALIDPARAM One or more of the parameters passed to the method are invalid.