#include <nitro/prc.h>
int PRC_GetEntryCode(const PRCPrototypeEntry* entry);
entry | Pointer to a sample DB entry. |
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
.
Returns the sample DB entry's code value.
06/23/2004 Initial Version