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)

public:
[ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.DWORD")]
unsigned int nFileSizeHigh

Field Value

Type: System::UInt32

From IVsQueryEditQuerySave2.idl:

DWORD    nFileSizeHigh;

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

Return to top
Show: