Win32FindDataWFileSizeHigh Field

The high-order DWORD value of the file size, in bytes.

This value is zero unless the file size is greater than MAXDWORD.

The size of the file is equal to (FileSizeHigh * (MAXDWORD+1)) + FileSizeLow.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public uint FileSizeHigh

Field Value

UInt32

See Also