Previous Topic Index Next Topic
[API function]

FSOUND_CD_OpenTray

Opens/Closes the CD tray.

signed char F_API FSOUND_CD_OpenTray(
char drive,
signed char open
);

Parameters

drive The drive ID to use. 0 is the default CD drive. Using D or E in single quotes would be D: or E: for example.
open If open is set to 1, the CD tray will be opened. If open is set to 0, the CD tray will be closed.

Return Value

On success, TRUE is returned.
On failure, FALSE is returned.

Remarks

___________________
Supported on the following platforms : Win32, Linux

See Also



This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Mon Oct 18 11:07:58 2004 by SourceDoc v0.10, the automated source code documenter.