Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FILE_ATTRIBUTE_TAG_INFO structure

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 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 [desktop apps | Windows Store apps]

Redistributable

Windows SDK on Windows Server 2003 and Windows XP.

Header

WinBase.h (include Windows.h);
FileExtd.h on Windows Server 2003 and Windows XP

See also

File Attribute Constants
FILE_INFO_BY_HANDLE_CLASS
GetFileInformationByHandleEx

 

 

Show:
© 2017 Microsoft