VSQEQS_FILE_ATTRIBUTE_DATA::nFileSizeLow Field

 

Low 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 nFileSizeLow

Field Value

Type: System::UInt32

From IVsQueryEditQuerySave2.idl:

DWORD    nFileSizeLow;

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

Return to top
Show: