Share via


IUPnPDeviceFinderCallback::SearchComplete (Windows Embedded CE 6.0)

1/6/2010

This method is invoked when UPnP has finished sending all the IUPnPDeviceFinderCallback::DeviceAdded callbacks to the application. These DeviceAdded callbacks show the state of the network at the time the search was started.

Syntax

HRESULT SearchComplete(
  LONG lFindData
);

Parameters

Return Value

UPnP does not expect the application to return any specific value. Any value returned is ignored by UPnP.

Remarks

An asynchronous search continues to report devices being added to and removed from the network until the application calls IUPnPDeviceFinder::CancelAsyncFind.

The original search can take a long time to complete.

This callback is invoked only when the description document for the last device found has either been loaded or has failed to load.

Requirements

Header upnp.h
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IUPnPDeviceFinderCallback
IUPnPDeviceFinder
IUPnPDeviceFinder::CreateAsyncFind