

#include <nitro/prc.h>
void* PRC_GetEntryData(const PRCPrototypeEntry* entry);
| entry | Pointer to a sample DB entry. |
Returns the user data that is associated with a sample DB entry as a void* type. If entry is NULL, it returns NULL.
Returns user data (entry->data) that is associated with the sample DB entry.
2004/06/23 Initial version.
CONFIDENTIAL