VideoCaptureDeviceItem::getDriverVersion Method

Retrives the driver version.
Syntax:
HRESULT getDriverVersion( int& major, int& minor, int& spnum, int& build );
Parameter Description
major

First part of a version number

minor

Second part of a version number

spnum

Third part of a version number

major

Fourth part of a version number

Return value:

S_OK, if a driver version could be fetched from the device. E_NOTIMPL, if the device does not provide access to its driver version.

See also: VideoCaptureDeviceItem

<< VideoCaptureDeviceItem