Struct W32.BY_HANDLE_FILE_INFORMATION
- Namespace
- SunamoPInvoke.PInvoke
- Assembly
- SunamoPInvoke.dll
Contains information about a file retrieved by handle.
public struct W32.BY_HANDLE_FILE_INFORMATION
- Inherited Members
- Extension Methods
Fields
dwFileAttributes
The file attributes.
public uint dwFileAttributes
Field Value
dwVolumeSerialNumber
The serial number of the volume that contains the file.
public uint dwVolumeSerialNumber
Field Value
ftCreationTime
The time the file was created.
public FILETIME ftCreationTime
Field Value
- FILETIME
ftLastAccessTime
The time the file was last accessed.
public FILETIME ftLastAccessTime
Field Value
- FILETIME
ftLastWriteTime
The time the file was last written to.
public FILETIME ftLastWriteTime
Field Value
- FILETIME
nFileIndexHigh
The high-order part of a unique identifier associated with the file.
public uint nFileIndexHigh
Field Value
nFileIndexLow
The low-order part of a unique identifier associated with the file.
public uint nFileIndexLow
Field Value
nFileSizeHigh
The high-order part of the file size.
public uint nFileSizeHigh
Field Value
nFileSizeLow
The low-order part of the file size.
public uint nFileSizeLow
Field Value
nNumberOfLinks
The number of links to this file.
public uint nNumberOfLinks