SYNOPSIS

#include <../vformat/vf_iface.h>

extern bool_t vf_get_next_property(VF_PROP_T **pp_prop);

PARAMETERS

VF_PROP_T **pp_prop

Output pointer.

DESCRIPTION

Find the next property given the current search critera. User calls vf_get_property() to locate first in a bunch of properties and can iterate over the rest by calling vf_get_next_property().

RETURNS

TRUE iff found, FALSE else. *Pp_prop points to the nex property.

RELATED TO vf_get_next_property…