NAME

seginfo - returns the end-point values for a given segment

SYNOPSIS

#include "wiodef.h"
short seginfo (WVFILE *wfp, char *segnam, long *begbyt, long *endbyt)

DESCRIPTION

seginfo() returns endpoints stored for segnam in begbyt and endbyt, if found.

RETURN VALUES

Upon success, 0 is returned. If segment isn't found, -1 is returned and -2 is returned for any other error.

SEE ALSO

replseg(),
Libcwav library

AUTHOR

Shirley Peters