IUPnPServices::Item (Windows CE 5.0)

Send Feedback

This method returns the IUPnPService:IDispatch object for the specified service in the collection. Use the service identifier to identify the service to return.

HRESULT get_Item(BSTRbstrServiceID,IUPnPService** ppService);

Parameters

  • bstrServiceID
    [in] Specifies the service to return.
  • ppService
    [out] Receives a reference to an IUPnPService object that contains the requested service.

Return Values

  • S_OK
    This method was successful.

Requirements

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

See Also

IUPnPServices:IDispatch

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.