Properties | |
| BSTR * | Name [get] |
| BSTR * | Name [set] |
| DWORD * | Attributes [get] |
| DWORD * | Attributes [set] |
| DWORD * | FileSizeLo [get] |
| DWORD * | FileSizeLo [set] |
| DWORD * | FileSizeHi [get] |
| DWORD * | FileSizeHi [set] |
| FILETIME * | CreationTime [get] |
| FILETIME * | CreationTime [set] |
| FILETIME * | LastAccessTime [get] |
| FILETIME * | LastAccessTime [set] |
| FILETIME * | LastWriteTime [get] |
| FILETIME * | LastWriteTime [set] |
BSTR* IRsFileInfo::Name [get] |
Get name of the file.
Standard HRESULT processing can be applied to the result.
BSTR* IRsFileInfo::Name [set] |
Set name of the file.
| newVal | [in] Name of the file. |
DWORD* IRsFileInfo::Attributes [get] |
Get file's attributes.
Standard HRESULT processing can be applied to the result.
DWORD* IRsFileInfo::Attributes [set] |
Set file's attributes.
| newVal | [in] Set file's attributes. |
DWORD* IRsFileInfo::FileSizeLo [get] |
Get low part of the file size.
Standard HRESULT processing can be applied to the result.
DWORD* IRsFileInfo::FileSizeLo [set] |
Set low part of the file size.
| newVal | [in] Set low part of the file size. |
DWORD* IRsFileInfo::FileSizeHi [get] |
Get high part of the file size.
Standard HRESULT processing can be applied to the result.
DWORD* IRsFileInfo::FileSizeHi [set] |
Set high part of the file size.
| newVal | [in] Set high part of the file size. |
FILETIME* IRsFileInfo::CreationTime [get] |
Get time when the file was created.
Standard HRESULT processing can be applied to the result.
FILETIME* IRsFileInfo::CreationTime [set] |
Set time when the file was created.
| newVal | [in] Time when the file was created. |
FILETIME* IRsFileInfo::LastAccessTime [get] |
Get last time when the file was accessed.
Standard HRESULT processing can be applied to the result.
FILETIME* IRsFileInfo::LastAccessTime [set] |
Set last time when the file was accessed.
| newVal | [in] Time when the file was accessed. |
FILETIME* IRsFileInfo::LastWriteTime [get] |
Get last write time of the file.
Standard HRESULT processing can be applied to the result.
FILETIME* IRsFileInfo::LastWriteTime [set] |
Set last write time for the file.
| newVal | [in] Last write time for the file. |
1.5.5