Table of Contents

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

uint

dwVolumeSerialNumber

The serial number of the volume that contains the file.

public uint dwVolumeSerialNumber

Field Value

uint

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

uint

nFileIndexLow

The low-order part of a unique identifier associated with the file.

public uint nFileIndexLow

Field Value

uint

nFileSizeHigh

The high-order part of the file size.

public uint nFileSizeHigh

Field Value

uint

nFileSizeLow

The low-order part of the file size.

public uint nFileSizeLow

Field Value

uint

The number of links to this file.

public uint nNumberOfLinks

Field Value

uint