DlnUnregisterNotification()

    DLN_RESULT DlnUnregisterNotification(
       HDLN handle
    );
  

The DlnUnregisterNotification() function unregisters notification settings.

Parameters:

handle
A handle to the DLN-series adapter (stream). The notification settings for the device (stream) will be unregistered . You may specify either the handle to a specific device (stream) or the HDLN_ALL_DEVICES. In the latter case the notification setting will be unregistered for all the devices (streams).

This function is defined in the dln_generic.h file.