PRC_GetEntryData


C Specification

#include <nitro/prc.h>

void* PRC_GetEntryData(const PRCPrototypeEntry* entry);

Description

Returns user data (entry->data) that is associated with the sample DB entry.

Arguments

entry Pointer to a sample DB entry

Return Values

Returns the user data that is associated with a sample DB entry as a void* type. If entry is NULL, it returns NULL.

See Also

PRC_GetRecognizedEntry*

Revision History

06/23/2004 Initial Version