cmsfnext -- Find the Next CMS Fileid Matching a Pattern

SYNOPSIS
#include <cmsio.h>
int cmsfnext(struct EXT_FILEINFO *info);
DESCRIPTION
cmsfnext
finds the next CMS fileid matching the pattern used in the previous
call to cmsffind
. The info
function is a pointer to an EXT_FILEINFO
structure used in a previous call to cmsffind
. If a match is found, the
information for the new match is stored in the EXT_FILEINFO
structure,
replacing whatever data were previously contained in the structure. Refer to
cmsffind
for a description of the data stored by cmsfnext
in the
EXT_FILEINFO
structure.
RETURN VALUES
cmsfnext
returns 0 if a matching fileid is found or a non-zero value if no
matching fileid is found.
EXAMPLE
See the example for cmsffind
.
RELATED FUNCTIONS
cmsffind
, cmsfquit
SEE ALSO
File Management Functions