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

4.5.22 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.8 Mix_HookMusic



This document was generated on November, 13 2009 using texi2html