VSQEQS_FILE_ATTRIBUTE_DATA Struct
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.
Structure with file attributes and size data.
public value class VSQEQS_FILE_ATTRIBUTE_DATA
struct VSQEQS_FILE_ATTRIBUTE_DATA
public struct VSQEQS_FILE_ATTRIBUTE_DATA
type VSQEQS_FILE_ATTRIBUTE_DATA = struct
Public Structure VSQEQS_FILE_ATTRIBUTE_DATA
- Inheritance
-
VSQEQS_FILE_ATTRIBUTE_DATA
Remarks
Similar to VSQEQS_FILE_ATTRIBUTE_DATA which is not in wtypes.idl and so is not easy to use here. This is used in combination with the VSQEQS_FileInfo flag, to keep the methods on the IVsQueryEditQuerySave2 interface from having to find the file on disk.
Fields
dwFileAttributes |
Attributes for the file. |
ftLastWriteTime |
Date and time the file was last written to. |
nFileSizeHigh |
High 32 bits of the file size. |
nFileSizeLow |
Low 32 bits of the file size. |