Partager via


MediaServerDevice Constructor (Windows CE 5.0)

Send Feedback

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

MediaServerDevice(  IUPnPDevice* pDevice);

Parameters

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

Return Values

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

OS Versions: Windows CE 5.0 and later.
Header: Av_upnp.h.
Link Library: Av_upnp.lib.
C++ Namespace: av_upnp.

See Also

MediaServerDevice

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.