|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.PerformActionOnCd (
nDrive as Integer,
nAction as enumCdActions
) as enumErrorCodes
|
|
[C++]
short control.PerformActionOnCd (
short nDrive,
short nAction
);
|
|
Parameter
|
Description
| |||||||||
|
|
| |||||||||
|
nDrive
|
Number representing the zero-based index of the involved CD drive
| |||||||||
|
nAction
|
Number representing the action to perform.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The call was successful.
|