PRC_GetEntryCode

C Specification

#include <nitro/prc.h>

int PRC_GetEntryCode(const PRCPrototypeEntry* entry);

Arguments

entry Pointer to a sample DB entry.

Return Values

Returns the sample DB entry code value as an int type. Basically the code value is in the range u16. Will return -1 if entry is NULL.

Description

Returns the sample DB entry's code value.

See Also

PRC_GetRecognizedEntry*

Revision History

06/23/2004 Initial Version