VSQEQS_FILE_ATTRIBUTE_DATA.nFileSizeLow Field

Definition

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.

Applies to