typedef struct { VMWCHAR full_filename[VM_FS_MAX_PATH_LENGTH + 1]; VMCHAR filename[8]; VMCHAR extension[3]; vm_date_time_t create_datetime; vm_date_time_t modify_datetime; VMUINT file_size; VMUINT drive; VMUINT stamp; } vm_fs_info_ex_t;
typedef struct { VMWCHAR full_filename[VM_FS_MAX_PATH_LENGTH + 1]; VMCHAR filename[8]; VMCHAR extension[3]; vm_date_time_t create_datetime; vm_date_time_t modify_datetime; VMUINT file_size; VMUINT drive; VMUINT stamp; } vm_fs_info_ex_t;
File information
vmfs.h
|
Members |
Description |
|
VMWCHAR full_filename[VM_FS_MAX_PATH_LENGTH + 1]; |
Filename without path |
|
VMCHAR filename[8]; |
Filename character array by 8.3 format encoding with UCS-2, and the last character may not be '0 |
|
VMCHAR extension[3]; |
File attributes |
|
vm_date_time_t create_datetime; |
Created time |
|
vm_date_time_t modify_datetime; |
Modified time |
|
VMUINT file_size; |
File size |
|
VMUINT drive; |
Drive |
|
VMUINT stamp; |
Stamp |
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.