DlnRegisterNotification()

DLN_RESULT DlnRegisterNotification(
    handle,
    DLN_NOTIFICATION notification
 );
 

The DlnRegisterNotification() function registers notification settings. See "Notifications" for details.

Parameters:

handle
A handle to the DLN-series adapter. You may specify either the handle to a specific device (stream) or the HDLN_ALL_DEVICES value. In the latter case the notification setting will be applied for all the devices (streams).
notification
Defines the notification settings. The settings are passed as the DLN_NOTIFICATION structure.

This function is defined in the dln_generic.h file.