Click or drag to resize

WIN32_FIND_DATAftLastWriteTimeHigh Field

For a file, the structure specifies when the file was last written to, truncated, or overwritten, for example, when WriteFile or SetEndOfFile are used. The date and time are not updated when file attributes or security descriptors are changed. For a directory, the structure specifies when the directory is created.If the underlying file system does not support last write time, this member is zero.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public uint ftLastWriteTimeHigh

Field Value

Type: UInt32
See Also