Share via


DRM_ND_DeregisterFromService (Windows CE 5.0)

Send Feedback

This function deregisters the device identified by sServerUDN.

Syntax

long DRM_ND_DeregisterFromService (
   BSTR sServerUDN,
);

Parameters

  • sServerUDN
    [in] The unique device name (UDN) of the device. This can be a string under a registry value. For example:

    Key: HKEY_LOCAL_MACHINE\COMM\UPnPDevices\MediaRenderer;

    Value name: UPNPUDN

Return Values

The following table shows a list of possible error values.

Error value Description
ERROR_SUCCESS No errors.
ERROR_INVALID_PARAMETER One or more of the parameters are bad.

Requirements

OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: WMDRM10ND.h
Link Library: cardea_wince.lib

See Also

Windows Media DRM 10 For Network Devices Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.