PxIOExecuteDirection |
|
Sets the direction that the PxIORead command will use to read records
int PxIOExecuteDirection(PxIOFileHandle handle, int direction);
Where:
handle |
The handle of an open file |
direction |
Number of records forwards (a positive value) or backwards (a negative value) that the PxIORead function should automatically move the next time it is called (Default value: 1) |
If the function succeeds, a value of PXIO_SUCCESS_STATUS is returned; otherwise, an error value is returned. More information on the nature of the error can be found by calling PxIOGetError.