nMaxSpeed
|
Reference that, after returning from the method call, will contain the maximum speed supported by the CD drive expressed in Kbytes per second.
You can divide the speed by 176.4 to get the real-time speed multiplier; if for example the returned values should be 7096, the operation to perform would be
7096 / 176.4 = "40x".
|