Share via


IUPnPDeviceDocumentAccess::GetDocumentURL (Windows Embedded CE 6.0)

1/6/2010

This method returns the URL from which the device description document can be loaded.

Syntax

HRESULT GetDocumentURL(
  BSTR* pbstrDocument
);

Parameters

  • pbstrDocument
    [out, retval] Receives the URL from which the device description document can be downloaded.

Return Value

  • S_OK
    This method was successful.

Otherwise, the method returns one of the COM error codes specified in Winerror.h.

Requirements

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

See Also

Reference

IUPnPDeviceDocumentAccess