Syntax:
PLX_STATUS
PlxPci_NotificationRegisterFor(
PLX_DEVICE_OBJECT *pDevice,
PLX_INTERRUPT *pPlxIntr,
PLX_NOTIFY_OBJECT *pEvent
);
PLX Chip Support:
All PLX 9000 devices, 8311, 8000 DMA, 6000 NT, & 8000 NT
Description:
为指定的中断向PLX驱动程序注册通知对象。它与PlxPci_NotificationWait结合使用。
Registers a notification object with the PLX driver for the specified interrupt(s). It is used in conjunction with PlxPci_NotificationWait.
Parameters:
pDevice
Pointer to an open device
pPlxIntr
A pointer to a structure containing the sources of interrupts that the application would like to be notified of.
An event will occur if ANY one of the registered interrupts occurs.
pEvent
A pointer to a PLX notification object that can be used with PlxPci_NotificationWait.
Return Codes: