PRC_GetEntryCode


C Specification

#include <nitro/prc.h>

int PRC_GetEntryCode(const PRCPrototypeEntry* entry);

Description

Returns the sample DB entry's code value.

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.

See Also

PRC_GetRecognizedEntry*

Revision History

06/23/2004 Initial Version