IObex::Shutdown

The IObex::Shutdown method shuts down the IObex interface.

HRESULT Shutdown( void );

Parameters

None.

Return Values

This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:

  • S_OK
    The method completed successfully.

OBEX_REPLY_FAIL_SERVICE_UNAVAILABLE

There is no initialized service to shut down.

Requirements

Pocket PC Platforms: Pocket PC 2002 and later
OS Versions: Windows CE 3.0 and later
Header: obex.h
Library: obexguid.lib

See Also

IObex::Initialize

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.