IUPnPDeviceFinder::StartAsyncFind (Windows Embedded CE 6.0)
1/6/2010
This method starts an asynchronous search operation.
Syntax
HRESULT StartAsyncFind(
LONG lFindData
);
Parameters
- lFindData
[in] Specifies the search to start. The value of lFindData is the value returned by a previous call to IUPnPDeviceFinder::CreateAsyncFind.
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |