[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.5.20 Mix_GetMusicHookData

void *Mix_GetMusicHookData()

Get the arg passed into Mix_HookMusic.

Returns: the arg pointer.

 
// retrieve the music hook data pointer
void *data;
data=Mix_GetMusicHookData();

See Also:
4.5.6 Mix_HookMusic



This document was generated on July, 29 2005 using texi2html