SDL_CDEject

Name

SDL_CDEject -- Ejects a CDROM

Synopsis

uses
SDL;

function SDL_CDEject( cdrom : PSDL_CD ) : Integer;

Description

Ejects the given cdrom.

Return Value

Returns 0 on success, or -1 on an error.

See Also

TSDL_CD