IObex::StopDeviceEnum (Windows CE 5.0)

Send Feedback

This method stops enumerating the devices.The results are stored until they are retrieved by using the IObex::EnumDevices method.

HRESULT StopDeviceEnum();

Parameters

None.

Return Values

This method returns one of the following values.

Return value Description
S_OK The request was completed successfully.
E_FAIL The request failed.
OBEX_E_NOT_INITIALIZED Not initialized.

Remarks

This method must be called before connecting or before calling Get or Put.

Requirements

Smartphone: Smartphone 2002 and later
Pocket PC: Pocket PC 2002 and later
OS Versions: Windows CE .NET 4.0 and later.
Header: Obex.h, Obex.idl.
Link Library: Uuid.lib.

See Also

IObex | OBEX Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.