VM_RESULT vm_fs_get_attributes( VMCWSTR filename, VM_FS_ATTRIBUTE* attributes );
VM_RESULT vm_fs_get_attributes( VMCWSTR filename, VM_FS_ATTRIBUTE* attributes );
Retrieves the attributes of a file or directory, as specified by the full path name, encoded in UCS-2. The value of the attributes is the result of bitwise OR operation of individual attribute.
|
Parameters |
Description |
|
VMCWSTR filename |
[IN] The full path filename encoded UCS-2. |
|
VM_FS_ATTRIBUTE* attributes |
[OUT] The retrieved attributes, if this function returns successfully. |
It returns 0, if the attributes were retrieved successfully. If fails,
a negative value is 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.