VSQEQS_FILE_ATTRIBUTE_DATA::nFileSizeHigh Field
Visual Studio 2015
High 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 nFileSizeHigh
Field Value
Type: System::UInt32From IVsQueryEditQuerySave2.idl:
DWORD nFileSizeHigh;
Together with nFileSizeLow forms a 64-bit value to represent file length.
Show: