HBMSEV_RET_XXX Enumerators

Syntax


#include <revolution/hbm.h>

typedef enum
{
    HBMSEV_RET_NONE = 0,        /* Not HBMSEV_PLAY_SOUND / Application has not played sound at HBMSEV_PLAY_SOUND */
    HBMSEV_RET_PLAY_SOUND       /* Application has played sound at HBMSEV_PLAY_SOUND */
};

Value

HBMSEV_RET_NONE Set as the return value for a sound callback function if the event does not require a sound effect, or requires one but it has not been played.
HBMSEV_RET_PLAY_SOUND Set as the return value for a sound callback function when the event requires a sound effect and it has been played.

Description

Enumerators of the sound callback function return values.

See Also

HBMSoundCallback Type

Revision History

2007/10/26
Revised the header explanation.
2006/10/06
Initial version.

CONFIDENTIAL