Frustrum Functions   

<<< Registering the Frustrum Chapters Graphical Output Functions >>>

Contents

[back to top]


A.1 List of frustrum functions

This appendix contains the specifications of the Frustrum functions required by the PK functions for file and memory handling.

 

Function

Description

For more information

FSTART

Start up the frustrum

PK_FSTART_f_t

FABORT

Called at the end of an aborted kernel operation

PK_FABORT_f_t

FSTOP

Shut down the frustrum

PK_FSTOP_f_t

FMALLO

Allocate virtual memory

PK_FMALLO_f_t

FMFREE

Free virtual memory

PK_FMFREE_f_t

FFOPRD

Open all guises of file for reading

PK_FFOPRD_f_t

FFOPWR

Open all guises of file for writing

PK_FFOPWR_f_t

UCOPRD

Open various guises of file for reading using Unicode key

PK_UCOPRD_f_t

UCOPWR

Open various guises of file for writing using Unicode key

PK_UCOPWR_f_t

FFCLOS

Close file

PK_FFCLOS_f_t

FFREAD

Read from file

PK_FFREAD_f_t

FFWRIT

Write to file

PK_FFWRIT_f_t

FFSKXT

Seek within the file by resetting the file pointer for C-transmit and partition guises.

PK_FFSKXT_f_t

 

[back to top]

<<< Registering the Frustrum Chapters Graphical Output Functions >>>