Tao.Sdl SDK Documentation |
|
Sdl.SDL_CDEject Method
Ejects a CDROM.
[Visual Basic]
Public Shared Function SDL_CDEject( _
ByVal
cdrom As
IntPtr _
) As
Integer
[C#]
public static
int SDL_CDEject(
IntPtr cdrom);
Parameters
-
cdrom
-
Return Value
Returns 0, or -1 on error.
Remarks
Ejects the given cdrom.
Binds to C-function in SDL_cdrom.h
int SDL_CDEject(SDL_CD *cdrom)
See Also
Sdl Class | Tao.Sdl Namespace | Sdl.SDL_CD