Tao.Sdl SDK Documentation

Sdl.SDL_CDStop Method 

Stops a CDROM.

[Visual Basic]
Public Shared Function SDL_CDStop( _
   ByVal cdrom As IntPtr _
) As Integer
[C#]
public static int SDL_CDStop(
   IntPtr cdrom
);

Parameters

cdrom

Return Value

Returns 0, or -1 on error.

Remarks

Stops play on the given cdrom.

Binds to C-function in SDL_cdrom.h

int SDL_CDStop(SDL_CD *cdrom)
            

See Also

Sdl Class | Tao.Sdl Namespace | SDL_CDPlay