VSQEQS_FILE_ATTRIBUTE_DATA::nFileSizeLow Field
Visual Studio 2015
Low 32 bits of the file size.
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::UInt32From IVsQueryEditQuerySave2.idl:
DWORD nFileSizeLow;
Together with nFileSizeHigh forms a 64-bit value to represent file length.
Show: