Share via


IUPnPDeviceFinder::StartAsyncFind (Windows CE 5.0)

Send Feedback

This method starts an asynchronous search operation.

HRESULT StartAsyncFind(LONGlFindData);

Parameters

Return Values

  • S_OK
    This method was successful.

Otherwise, the method returns one of the COM error codes defined in WinError.h.

Remarks

You can have more than one StartAsyncFind operation running at the same time; starting another StartAsyncFind does not cancel a previous StartAsyncFind operation.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Upnp.h.
Link Library: Uuid.lib.

See Also

IUPnPDeviceFinder:IDispatch | IUPnPDeviceFinder::CancelAsyncFind

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.