The DlnRegisterNotification() function registers notification settings.
DlnRegisterNotification()
DLN_RESULT DlnRegisterNotification( HDLN handle, DLN_NOTIFICATION notification );
A handle to the DLN-series adapter. You may specify either the handle to a specific device (stream) or the HDLN_ALL_DEVICES value to apply the notification setting for all the devices (streams).
HDLN_ALL_DEVICES
Defines the notification settings. The settings are passed as the DLN_NOTIFICATION structure.
DLN_NOTIFICATION
The function successfully registered notification settings.
The DlnRegisterNotification() function is defined in the dln_generic.h file.
dln_generic.h