|
OSAPI
0.29
Open System API
|
Structure containing the C/POSIX file pointer/handler information. More...
#include <fs_posix_type_file.h>
Data Fields | |
| t_fs_ostate | state |
| Current state. | |
| bool | isBuffered |
| Which open was used? Buffered or not? | |
| int | descriptor |
| File descriptor (raw) | |
| FILE * | handle |
| File descriptor (stream oriented) | |
| t_size | block_size |
| File block size for buffered operations. | |
Structure containing the C/POSIX file pointer/handler information.