Share via


MediaServerDevice Constructor (Windows Embedded CE 6.0)

1/6/2010

This constructor creates a MediaServerDevice instance using the specified generic UPnP device reference.

Syntax

MediaServerDevice(
  IUPnPDevice* pDevice
);

Parameters

  • pDevice
    Pointer to an IUPnPDevice instance that refers to a MediaServer device.

Return Value

None.

Remarks

Control point code should retrieve IUPnPDevice references that refer to MediaServer devices using standard UPnP Control Point API device discovery functionality.

For more information about discovering MediaServer devices, see Developing UPnP AV Framework Control Points and Device Location.

Requirements

Header av_upnp.h
Library Av_upnp.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

MediaServerDevice