ssplGetUserData
Get User Data from a SoundBufferNode.
Synopsis
void *ssplGetUserData ( SoundSpooler *sspl, SoundBufferNode *sbn )
Description
ssplGetUserData() returns the pointer stored in a SoundBufferNode by ssplSetUserData().
Arguments
- sspl
- Pointer to a SoundSpooler structure.
- sbn
- Pointer to a sound buffer node.
Return Value
User data pointer stored in a SoundBufferNode by ssplSetUserData().
Implementation
Library call implemented in music.lib V21.
Associated Files
soundspooler.h, music.lib
See Also
ssplSetUserData()