Data Fields |
|
rwFnFexist | rwfexist |
rwFnFopen | rwfopen |
rwFnFclose | rwfclose |
rwFnFread | rwfread |
rwFnFwrite | rwfwrite |
rwFnFgets | rwfgets |
rwFnFputs | rwfputs |
rwFnFeof | rwfeof |
rwFnFseek | rwfseek |
rwFnFflush | rwfflush |
rwFnFtell | rwftell |
The function types associated with this type are defined as follows
RwBool (*rwFnFexist)(const RwChar *name) void *(*rwFnFopen)(const RwChar *name, const RwChar *access) int (*rwFnFclose)(void *fptr) size_t (*rwFnFread)(void *addr, size_t size, size_t count, void *fptr) size_t (*rwFnFwrite)(const void *addr, size_t size, size_t count, void *fptr) RwChar *(*rwFnFgets)(RwChar *buffer, int maxLen, void *fptr) int (*rwFnFputs)(const RwChar *buffer, void *fptr) int (*rwFnFeof)(void *fptr) int (*rwFnFseek)(void *fptr, long offset, int origin) int (*rwFnFflush)(void *fptr) int (*rwFnFtell)(void *fptr)
|
Pointer to fclose function |
|
Pointer to feof function |
|
Pointer to fexist function |
|
Pointer to fflush function |
|
Pointer to fgets function |
|
Pointer to fopen function |
|
Pointer to puts function |
|
Pointer to fread function |
|
Pointer to fseek function |
|
Pointer to ftell function |
|
Pointer to fwrite function |
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |