Jungo WinDriver
Official Documentation
|
BOOL __cdecl KP_PCI_Event | ( | PVOID | pDrvContext, |
WD_EVENT * | wd_event | ||
) |
Called when a Plug-and-Play or power management event for the device is received, provided the user-mode application first called WDC_EventRegister() with fUseKP = TRUE (or the low-level EventRegister() function with a Kernel PlugIn handle — see WinDriver PCI Low-Level API Reference)
[in,out] | pDrvContext | Driver context data that was set by KP_Open() and will also be passed to KP_Close(), KP_IntEnable() and KP_Event() |
[in] | wd_event | Pointer to the PnP/power management event information received from the user mode |