Jungo WinDriver  
Official Documentation

◆ WDC_Version()

DWORD DLLCALLCONV WDC_Version ( _Outptr_ CHAR *  pcVersion,
_In_ DWORD  dwLen,
_Outptr_ DWORD *  pdwVersion 
)

Returns the version number of the WinDriver kernel module used by the WDC library.

Parameters
[out]pcVersionPointer to a pre-allocated buffer to be filled by the function with the driver's version information string. The size of the version string buffer must be at least 128 bytes (characters).
[in]dwLenLength of sVersion. If length will be too short, this function will fail.
[out]pdwVersionPointer to a value indicating the version number of the WinDriver kernel module used by the WDC library
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise