#include <nitro/prc.h>
void* PRC_GetEntryData(const PRCPrototypeEntry* entry);
Returns user data (entry->data) that is associated with the sample DB 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.
06/23/2004 Initial Version