mnGetDeviceDriverMinorVersion

This command returns the minor version of the specified input or output device driver. E.g. if the device driver version is 4.6 then 6 is the minor version.

You can use mnGetNumOutputDevices to determine how many output devices are available.

You can use mnGetNumInputDevices to determine how many input devices are available.

You can use mnGetDeviceDriverMajorVersion to determine the major version of the device driver.

Parameters

int DeviceID: The input or output device ID of the device that this command should use.

bool Output: If this is true the device ID should be an output device ID, if it is false the device ID should be an input device ID.

Returns (Unsigned Char)

The minor version of the specified input or output device driver.

Present in

DBP

C++

.Net




This page is in the following sections:
(2) Sound Devices
(1) Sound Input and Output
(0) DarkNet Help