VSQEQS_FILE_ATTRIBUTE_DATA.nFileSizeHigh 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.
High 32 bits of the file size.
public: System::UInt32 nFileSizeHigh;
public: unsigned int nFileSizeHigh;
unsigned int nFileSizeHigh;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")]
public uint nFileSizeHigh;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")>]
val mutable nFileSizeHigh : uint32
Public nFileSizeHigh As UInteger
Field Value
- Attributes
Remarks
COM Signature
From IVsQueryEditQuerySave2.idl:
DWORD nFileSizeHigh;
Together with nFileSizeLow forms a 64-bit value to represent file length.