Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This method performs a synchronous search for devices by device or service type.

Syntax

HRESULT FindByType(
  BSTR 
bstrTypeURI,
  DWORD 
dwFlags,
  IUPnPDevices** 
pDevices
);

Parameters

bstrTypeURI

[in] Specifies the type URI for the device or service type for which to search.

dwFlags

[in] Specify 0. This parameter is reserved for future use.

pDevices

[out] Receives a reference to a collection of IUPnPDevices:IDispatchdevices that were found.

Return Value

S_OK

This method was successful.

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

Remarks

This method does not return until the search is complete. The search may take at least nine seconds, and possibly more. This method must not be called from a thread that processes user interface messages.

Requirements

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

See Also