IDirectPlay8NATResolver::Close Method

DirectPlay

 
Microsoft DirectX 9.0 SDK Update (Summer 2003)

IDirectPlay8NATResolver::Close Method


Closes the IDirectPlay8NATResolver interface.

Syntax

HRESULT Close(      
    const DWORD dwFlags );

Parameters

dwFlags
[in] Reserved. Set to NULL.

Return Value

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

DPNERR_INVALIDFLAGSThe flags passed to this method are invalid.
DPNERR_INVALIDOBJECTThe Microsoft® DirectPlay® object pointer is invalid.
DPNERR_UNINITIALIZEDThe requested object has not been initialized.



© 2003 Microsoft Corporation. All rights reserved.