FILE_ATTRIBUTE_TAG_INFO structure
Applies to: desktop apps | Metro style apps
Receives the requested file attribute information. Used for any handles. Use only when calling GetFileInformationByHandleEx.
Syntax
typedef struct _FILE_ATTRIBUTE_TAG_INFO {
DWORD FileAttributes;
DWORD ReparseTag;
} FILE_ATTRIBUTE_TAG_INFO, *PFILE_ATTRIBUTE_TAG_INFO;
Members
- FileAttributes
-
The file attribute information.
- ReparseTag
-
The reparse tag.
Requirements
|
Minimum supported client | Windows Vista |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Redistributable | Windows SDK on Windows Server 2003 and Windows XP. |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 4/17/2012