![]() |
Jungo WinDriver
Official Documentation
|
#include "windrvr.h"Go to the source code of this file.
Typedefs | |
| typedef void(* | EVENT_HANDLER) (WD_EVENT *pEvent, void *pData) |
| typedef void | event_handle_t |
Functions | |
| 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) |
| void DLLCALLCONV | EventFree (WD_EVENT *pe) |
| WD_EVENT *DLLCALLCONV | EventDup (WD_EVENT *peSrc) |
| 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) |