3#ifndef _WINDRVR_EVENTS_H_
4#define _WINDRVR_EVENTS_H_
23 DWORD dwNumMatchTables, DWORD dwOptions, DWORD dwAction);
25 DWORD dwOptions, DWORD dwAction);
WD_EVENT *DLLCALLCONV EventDup(WD_EVENT *peSrc)
void(* EVENT_HANDLER)(WD_EVENT *pEvent, void *pData)
void DLLCALLCONV EventFree(WD_EVENT *pe)
DWORD DLLCALLCONV EventRegister(HANDLE *phEvent, HANDLE hWD, WD_EVENT *pEvent, EVENT_HANDLER pFunc, void *pData)
DWORD DLLCALLCONV EventUnregister(HANDLE hEvent)
WD_EVENT *DLLCALLCONV EventAlloc(DWORD dwNumMatchTables)
WD_EVENT *DLLCALLCONV UsbEventCreate(WDU_MATCH_TABLE *pMatchTables, DWORD dwNumMatchTables, DWORD dwOptions, DWORD dwAction)
WD_EVENT *DLLCALLCONV PciEventCreate(WD_PCI_ID cardId, WD_PCI_SLOT pciSlot, DWORD dwOptions, DWORD dwAction)