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_INVALIDFLAGS The flags passed to this method are invalid. DPNERR_INVALIDOBJECT The Microsoft® DirectPlay® object pointer is invalid. DPNERR_UNINITIALIZED The requested object has not been initialized.