DLN_NOTIFICATION_TYPE_CALLBACK (0x01)
The library calls the specified callback function to notify the application. You can specify the address of a callback function in callback member of the DLN_NOTIFICATION structure. The callback function is called in the context of the internal DLN library thread. If you use resources which are also available for other threads, apply the appropriate synchronization.
2006-2012