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.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public FileSizeHigh As UInteger
Dim instance As Win32FindDataW
Dim value As UInteger
value = instance.FileSizeHigh
instance.FileSizeHigh = value
public:
unsigned int FileSizeHigh
val mutable FileSizeHigh: uint32
No code example is currently available or this language may not be supported.
Field Value
UInt32