IUPnPDeviceFinder::StartAsyncFind (Compact 7)

3/12/2014

This method starts an asynchronous search operation.

Syntax

HRESULT StartAsyncFind(
  LONG lFindData
);

Parameters

Return Value

  • 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

Header

upnp.h

Library

uuid.lib

See Also

Reference

IUPnPDeviceFinder
IUPnPDeviceFinder::CancelAsyncFind