|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
CdPlayerStatusChanged (
ByVal nCdDriveIndex as Integer,
ByVal nCdStatus as enumCdStates
)
|
|
[C++]
void CdPlayerStatusChanged (
short nCdDriveIndex,
long nCdStatus
);
|
|
Parameter
|
Description
| |||||||||||||||
|
|
| |||||||||||||||
|
nDrive
|
Number representing the zero-based index of the CD drive that fired the event.
The total number of available CD drives can be obtained using the GetCdDrivesCount method.
| |||||||||||||||
|
nCdStatus
|
The CD drive status.
Supported values are the following:
|