![]() |
Jungo WinDriver
Official Documentation
|
| DWORD DLLCALLCONV WDU_Init | ( | _Outptr_ WDU_DRIVER_HANDLE * | phDriver, |
| _In_ WDU_MATCH_TABLE * | pMatchTables, | ||
| _In_ DWORD | dwNumMatchTables, | ||
| _In_ WDU_EVENT_TABLE * | pEventTable, | ||
| _In_ const char * | pcLicense, | ||
| _In_ DWORD | dwOptions | ||
| ) |
Starts listening to devices matching a criteria, and registers notification callbacks for those devices.
| [out] | phDriver | Handle to this registration of events & criteria. |
| [in] | pMatchTables | Array of match tables defining the devices-criteria. |
| [in] | dwNumMatchTables | Number of elements in pMatchTables. |
| [in] | pEventTable | Notification callbacks when the device's status changes. |
| [in] | pcLicense | WinDriver's license string. |
| [in] | dwOptions | Can be 0 or: WD_ACKNOWLEDGE - The user can seize control over the device in WDU_ATTACH_CALLBACK return value. |