Go to the source code of this file.
|
| int | CPCreateFile (const char *fullFilePath, int overwrite) |
| int | CPDeleteFile (const char *fullFilePath) |
| int | CPOpenFile (const char *fullFilePath, int readOrWrite, CP_FILE_REF *fileRefPtr) |
| int | CPCloseFile (CP_FILE_REF fileRef) |
| int | CPReadFile (CP_FILE_REF fileRef, unsigned long count, void *buffer, unsigned long *numBytesReadPtr) |
| int | CPReadFile2 (CP_FILE_REF fileRef, unsigned long count, void *buffer, unsigned long *numBytesReadPtr) |
| int | CPWriteFile (CP_FILE_REF fileRef, unsigned long count, const void *buffer, unsigned long *numBytesWrittenPtr) |
| int | CPGetFilePosition (CP_FILE_REF fileRef, unsigned long *filePosPtr) |
| int | CPSetFilePosition (CP_FILE_REF fileRef, long filePos, int mode) |
| int | CPAtEndOfFile (CP_FILE_REF fileRef) |
| int | CPNumberOfBytesInFile (CP_FILE_REF fileRef, unsigned long *numBytesPtr) |
◆ CP_FILE_CLOSE_ERROR
| #define CP_FILE_CLOSE_ERROR 10001 |
◆ CP_FILE_EOF_ERROR
| #define CP_FILE_EOF_ERROR 10002 |
◆ CP_FILE_OPEN_ERROR
| #define CP_FILE_OPEN_ERROR 10000 |
◆ CP_FILE_POS_ERROR
| #define CP_FILE_POS_ERROR 10005 |
◆ CP_FILE_READ_ERROR
| #define CP_FILE_READ_ERROR 10003 |
◆ CP_FILE_REF
| #define CP_FILE_REF FILE* |
◆ CP_FILE_WRITE_ERROR
| #define CP_FILE_WRITE_ERROR 10004 |
◆ IGORLONG
◆ CPAtEndOfFile()
◆ CPCloseFile()
◆ CPCreateFile()
| int CPCreateFile |
( |
const char * | fullFilePath, |
|
|
int | overwrite ) |
◆ CPDeleteFile()
| int CPDeleteFile |
( |
const char * | fullFilePath | ) |
|
◆ CPGetFilePosition()
| int CPGetFilePosition |
( |
CP_FILE_REF | fileRef, |
|
|
unsigned long * | filePosPtr ) |
◆ CPNumberOfBytesInFile()
| int CPNumberOfBytesInFile |
( |
CP_FILE_REF | fileRef, |
|
|
unsigned long * | numBytesPtr ) |
◆ CPOpenFile()
| int CPOpenFile |
( |
const char * | fullFilePath, |
|
|
int | readOrWrite, |
|
|
CP_FILE_REF * | fileRefPtr ) |
◆ CPReadFile()
| int CPReadFile |
( |
CP_FILE_REF | fileRef, |
|
|
unsigned long | count, |
|
|
void * | buffer, |
|
|
unsigned long * | numBytesReadPtr ) |
◆ CPReadFile2()
| int CPReadFile2 |
( |
CP_FILE_REF | fileRef, |
|
|
unsigned long | count, |
|
|
void * | buffer, |
|
|
unsigned long * | numBytesReadPtr ) |
◆ CPSetFilePosition()
| int CPSetFilePosition |
( |
CP_FILE_REF | fileRef, |
|
|
long | filePos, |
|
|
int | mode ) |
◆ CPWriteFile()
| int CPWriteFile |
( |
CP_FILE_REF | fileRef, |
|
|
unsigned long | count, |
|
|
const void * | buffer, |
|
|
unsigned long * | numBytesWrittenPtr ) |