VSQEQS_FILE_ATTRIBUTE_DATA.nFileSizeHigh Field

High 32 bits of the file size.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public nFileSizeHigh As UInteger
public uint nFileSizeHigh
public:
unsigned int nFileSizeHigh
val mutable nFileSizeHigh: uint32
public var nFileSizeHigh : uint

Remarks

COM Signature

From IVsQueryEditQuerySave2.idl:

DWORD    nFileSizeHigh;

Together with nFileSizeLow forms a 64-bit value to represent file length.

.NET Framework Security

See Also

Reference

VSQEQS_FILE_ATTRIBUTE_DATA Structure

Microsoft.VisualStudio.Shell.Interop Namespace