|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.GetOutputDeviceDesc (
nIndex as Integer
) as String
|
|
[C++]
LPCTSTR control.GetOutputDeviceDesc (
short nIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nIndex
|
Number representing the zero-based index of the output device whose friendly name must be retrieved
|
|
Value
|
Meaning
|
|
|
|
|
Empty string
|
The value of the nIndex parameter was out of range. Use the value returned by the GetOutputDevicesCount method in order to know how many output devices are currently installed on the system.
|
|
Valid string
|
The string containing the friendly description of the requested output device.
|