BOOL ModifyCDParms( HCDROM hCD, int which, DWORD val );


Description: Modifies parameters in the CD-ROM unit's status/mode pages.

Parameters:
hCD The CD-ROM unit to change parameters on
which The parameter to change. See QueryCDParms for a list of possible values. Note: Not all values are modifiable!
val The value to set

Return Value:

TRUE The value was successfully set
FALSE The value was not successfully set

See also: GetCDHandle, GetAspiLibError, QueryCDParms