IVIO_MiniDriver::SetNotify

This method begins timed notification of an API device component.

Syntax

HRESULT IVIO_MiniDriver::SetNotify( HANDLE *hNotifyEvent, IVIO_MiniDriverData *pInputData, IVIO_MiniDriverData **ppReturnedData, DWORD dwInterval );

Parameters

hNotifyEvent
[in] Handle to an event that is used by the mini-driver to notify the API that a new notification is ready from the mini-driver.
pInputData
[in] Pointer to an IVIO_MiniDriverData interface that contains the input data from the device.
ppReturnedData
[in] Pointer to a pointer to an IVIO_MiniDriverData interface that is stored when a notification is ready.
dwInterval
[in] Specifies, in milliseconds, the amount of time to send notifications to the device component.

Return Values

An appropriate HRESULT value is returned.