Jungo WinDriver  
Official Documentation

◆ WDC_GetWDHandle()

HANDLE DLLCALLCONV WDC_GetWDHandle ( void  )

Get a handle to WinDriver.

When using only the WDC API, you do not need to get a handle to WinDriver, since the WDC library encapsulates this for you. This function enables you to get the WinDriver handles used by the WDC library so you can pass it to low-level WD_xxx API, if such APIs are used from your code.

Returns
Returns a handle to WinDriver's kernel module (or INVALID_HANDLE_VALUE in case of a failure), which is required by the basic WD_xxx WinDriver PCI/ISA API