This method is called from a component implementing the IVIO_Device interface’s SetNotify method when the notification period has elapsed.
HRESULT IVIO_EventSink::ReceiveData( LPVARIANT pData, LPARAM lParam );
S_OK indicates that the data was received successfully.
This is the callback function used for the notification sink for the IVIO_Device interface.