Jungo WinDriver
Official Documentation
|
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.
[out] | pcVersion | Pointer 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] | dwLen | Length of sVersion. If length will be too short, this function will fail. |
[out] | pdwVersion | Pointer to a value indicating the version number of the WinDriver kernel module used by the WDC library |