#include <mi32/rvcdefns.h>
Public Member Functions | |
| ERRVALUE | Close () |
| bool | IsOpen () const |
| ERRVALUE | Make (const FILEPATH &filepath, RVCBASICINFO &basicinfo) |
| ERRVALUE | MakeTemp (UINT32 tempflags=RVCFILE_DeleteOnClose) |
| ERRVALUE | Open (const FILEPATH &filepath, UINT32 lockflags=RVCFILE_ReadLock, MDLGPARENT dlgparent=0) |
| operator int () const | |
| RVCFILEHANDLE () | |
| ~RVCFILEHANDLE () | |
The file will be automatically closed when object goes out of scope. A cast operator to "int" is provided so an instance of this class may be passed to any existing function expecting an open file handle.
Definition at line 2805 of file rvcdefns.h.
|
|
Constructor.
Definition at line 2809 of file rvcdefns.h. |
|
|
Destructor.
Definition at line 2814 of file rvcdefns.h. |
|
|
Close currently open file.
Definition at line 2828 of file rvcdefns.h. |
|
|
Determine if file is currently open.
Definition at line 2837 of file rvcdefns.h. |
|
||||||||||||
|
Create file, closing previous file if any. If the file already exists it will be erased.
Definition at line 2842 of file rvcdefns.h. |
|
|
Make temporary file, closing previous open file if any.
Definition at line 2852 of file rvcdefns.h. |
|
||||||||||||||||
|
Open file, closing previous file if any.
Definition at line 2861 of file rvcdefns.h. |
|
|
Cast to int - Returns actual file handle for use in other RVC functions.
Definition at line 2822 of file rvcdefns.h. |
1.3.8-20040913