PRC_GetEntryData

Syntax

#include <nitro/prc.h>

void* PRC_GetEntryData(const PRCPrototypeEntry* 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.

Description

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

See Also

PRC_GetRecognizedEntry*

Revision History

2004/06/23 Initial version.


CONFIDENTIAL