VM_FS_RESULT vm_fs_find_next( VM_FS_HANDLE handle, vm_fs_info_t* file_info );
VM_FS_RESULT vm_fs_find_next( VM_FS_HANDLE handle, vm_fs_info_t* file_info );
Gets the next file or folder from the VM_FS_HANDLE object,which is returned from the vm_fs_find_first(). If exists, the size and the full path of the file or folder (no size if it is a folder) is returned through the out parameter of the vm_fs_info_t object. If there is no file or folder exists, the VM_FS_NO_MORE_FILES error code is returned
|
Parameters |
Description |
|
VM_FS_HANDLE handle |
[IN] The handle, returned from vm_fs_find_first(). |
|
vm_fs_info_t* file_info |
[OUT] Contains the full path and size of the found file or folder. |
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.