IStorageSetElementTimes Method |
Sets the timestamps of a storage element.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid SetElementTimes(
string pwcsName,
FILETIME pctime,
FILETIME patime,
FILETIME pmtime
)
Parameters
- pwcsName String
- The name of the element whose timestamps are set.
- pctime FILETIME
- The new creation time.
- patime FILETIME
- The new access time.
- pmtime FILETIME
- The new modification time.
See Also