Jungo WinDriver
Official Documentation
|
#define WD_License | ( | h, | |
pLicense | |||
) | WD_FUNCTION(IOCTL_WD_LICENSE, h, pLicense, sizeof(WD_LICENSE), FALSE) |
Transfers the license string to the WinDriver kernel module When using the high-level WDC library APIs, described in the WinDriver PCI Manual, the license registration is done via the WDC_DriverOpen() function, so you do not need to call WD_License() directly.
[in] | h | Handle to WinDriver's kernel-mode driver as received from WD_Open() |
[in] | pLicense | Pointer to a WinDriver license information structure |