IDirectPlay8LobbiedApplication::Close Method

DirectPlay

 
Microsoft DirectX 9.0 SDK Update (Summer 2003)

IDirectPlay8LobbiedApplication::Close Method


Deletes the lobbied application.

Syntax

HRESULT Close(      
    const DWORD dwFlags );

Parameters

dwFlags
[in] Reserved, must be 0.

Return Value

Returns S_OK if successful, or one of the following error values.

DPNERR_UNINITIALIZEDThe requested object has not been initialized.
DPNERR_INVALIDOBJECTThe Microsoft® DirectPlay® object pointer is invalid.
DPNERR_OUTOFMEMORYThere is insufficient memory to perform the requested operation.



© 2003 Microsoft Corporation. All rights reserved.