Previous Topic Index Next Topic
[API function]

FMUSIC_SetPaused

Pauses a song

signed char F_API FMUSIC_SetPaused(
FMUSIC_MODULE *mod,
signed char pause
);

Parameters

mod Pointer to the song to be paused/unpaused.
pause TRUE - song should be PAUSED, FALSE - song should be UNPAUSED

Return Value

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

Remarks

See Also

FMUSIC_GetPaused

This document copyright ©Firelight Multimedia, 1999-2001. All rights reserved.
Generated Thu Sep 13 00:18:08 2001 by SourceDoc v0.10, the automated source code documenter.