VM_FS_HANDLE vm_fs_app_data_open( VM_FS_MODE mode, VMBOOL binary );
VM_FS_HANDLE vm_fs_app_data_open( VM_FS_MODE mode, VMBOOL binary );
Opens the application data file in system drive disk.
|
Parameters |
Description |
|
VM_FS_MODE mode |
[IN] Specifies the file open mode: |
|
MODE_READ |
Read-Only. |
|
MODE_WRITE |
Read-Write. |
|
MODE_CREATE_ALWAYS_WRITE |
Read-Write mode, or creates if the file not exists. |
|
is_binary |
The file handle is returned, if the open operation is successful. If fails,
a negative integer is returned. Refer to the VM_FS_RESULT for error code,
if it fails.
vmfs.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.