|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.GetCdIdentification (
nCdDriveIndex as Integer,
nIdentType as enumCdIdCodes
) as Integer
|
|
[C++]
short control.GetCdIdentification (
short nCdDriveIndex,
short nIdentType
);
|
|
Parameter
|
Description
| |||||||||
|
|
| |||||||||
|
nCdDriveIndex
|
Number representing the zero-based index of the involved CD drive.
Installed CD drives can be enumerated using the GetCdDrivesCount method and their friendly description can be retrieved through the GetCdDriveDesc method.
| |||||||||
|
nIdentType
|
Number representing the kind of identification we need to retrieve.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Empty string
|
The requested identification information was not found or an error occurred (see the LastError property for further error details)
|
|
Valid string
|
The identification string.
|