zWildRewind

Sets the current zWildRead position in an open container file object back to the beginning of the container.

Service:File System Services (64-Bit)
Version:OES 2

Syntax

#include <zPublics.h>

STATUS zWildRewind(
   Key_t   key);

Parameters

key

(IN) Specifies the file or directory whose search map is to be reset.

Return Values

zOK

The operation completed successfully.

non-0

An error occurred (see Section 4.1, Return Values for a description).

Remarks

zWildRewind is used to reset the current read position in a container file object back to the beginning of the container, as if zOpen had just been called.

If an error occurs, the position is not reset.

See Also

zOpen, zWildRead