VSQEQS_FILE_ATTRIBUTE_DATA.nFileSizeLow Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Low 32 bits of the file size.
public: System::UInt32 nFileSizeLow;
public: unsigned int nFileSizeLow;
unsigned int nFileSizeLow;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")]
public uint nFileSizeLow;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")>]
val mutable nFileSizeLow : uint32
Public nFileSizeLow As UInteger
Field Value
- Attributes
Remarks
COM Signature
From IVsQueryEditQuerySave2.idl:
DWORD nFileSizeLow;
Together with nFileSizeHigh forms a 64-bit value to represent file length.