|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function GetCdIdentification (
nCdDriveIndex as Int16,
nIdentType as enumCdIdCodes
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes GetCdIdentification (
Int16 nCdDriveIndex,
enumCdIdCodes nIdentType
);
|
|
[C++]
public: enumErrorCodes GetCdIdentification (
Int16 nCdDriveIndex,
enumCdIdCodes 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.
|