?/TD>
Microsoft DirectX 9.0

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_INVALIDFLAGSThe flags passed to this method are invalid.
DPNERR_INVALIDPARAMOne or more of the parameters passed to the method are invalid.




© 2002 Microsoft Corporation. All rights reserved.