|
NAMEcxGetFsIterPrev - Returns the previous item.SYNOPSIS#include <comprex.h>CxFsNode *cxGetFsIterPrev(CxFsIterator *iterator); PARAMETERS
DESCRIPTIONReturns the previous item.If cxGetIterNext() hasn't been called yet, this will return NULL. RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |