PK_FFTELL_f_t   
typedef void (*PK_FFTELL_f_t)
(
--- received arguments ---
const int *guise,
const int *strid,
--- returned arguments ---
int *pos,
int *ifail
);

Used in:

PK_SESSION_frustrum_t



  Output file pointer. This function is documented for legacy
  purposes only, and should not be implemented for new Parasolid applications.

Receives:
  int                      *guise          --- class of file: FFCROL
  int                      *strid          --- frustrum strid

Returns:
  int                      *pos            --- pointer into file stream
  int                      *ifail          --- error code: FR_no_errors


Description:
  This function notes the file pointer within a rollback file at which
  subsequent reading and writing commences. The value of this pointer
  can be restored later by FFSEEK, to allow the same data to be read or
  overwritten. The pointer is set to the beginning of the file when it is
  opened. Note that the pointer cannot be noted for non-rollback files
  (i.e. those which were opened by FFOPRD or FFOPWR).


Generated on: Fri, 04 Oct 2024 12:19:25 GMT