VM_RESULT vm_fs_find_next_ex( VM_FS_HANDLE handle, vm_fs_info_ex_t* file_info );
VM_RESULT vm_fs_find_next_ex( VM_FS_HANDLE handle, vm_fs_info_ex_t* file_info );
Gets the information of the next file or folder from the VM_FS_HANDLE object, which is returned from the vm_fs_find_first_ex(). If the next file or folder exists, the information of the file or folder is returned through the out parameter of the vm_fs_info_ex_t object. If 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_ex(). |
|
vm_fs_info_ex_t* file_info |
[OUT] The file information obtained by calling this function. |
If 0 is returned, it indicates the next file or folder was found. If a
negative number is returned, it indicates the end of the find and no more
file or folder information will be returned. Refer to VM_FS_RESULT for error code.
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.