typedef int (*HIO2NotifyCallback)( HIO2NotifyEvent event, void* param );
event |
|
||||
param |
Argument specified by the HIO2Open function |
When the event is HIO_NOTIFY_INIT_REQUEST
0 Request denied (the HIO2Openfunction originating the request results in an error).1 Request approved (the HIOExit2function is executed inside the library when control returns from the callback).2 Processed HIO2Exit by self (the HIO2Exitfunction must be called until control returns from the callback).
When the event is HIO_NOTIFY_EXIT_DONE
Any value (Not accessed when the event is HIO_NOTIFY_EXIT_DONE.)
This callback function is called if the HIO2Open function is called for a device being used by another process. It is also called if the call described above is approved.
Only for hosts.
2006/07/26 Corrected mistake in event macro name.
2006/05/29 Initial version.
CONFIDENTIAL