PFILE_ATTRIBUTE_TAG_INFORMATION Struct Reference

Used as an argument to ZwQueryInformationFile. More...

#include <fileinfo.h>

Data Fields

ULONG FileAttributes
 
ULONG ReparseTag
 

Detailed Description

Used as an argument to ZwQueryInformationFile.

The struct is requested during IRP_MJ_QUERY_INFORMATION with query FileAttributeTagInformation

Field Documentation

ULONG PFILE_ATTRIBUTE_TAG_INFORMATION::FileAttributes

Specifies one or more FILE_ATTRIBUTE_XXX flags. For descriptions of these flags, see the documentation of the GetFileAttributes function in the Microsoft Windows SDK.

ULONG PFILE_ATTRIBUTE_TAG_INFORMATION::ReparseTag

Specifies the reparse point tag. If the FileAttributes member includes the FILE_ATTRIBUTE_REPARSE_POINT attribute flag, this member specifies the reparse tag. Otherwise, this member is unused.


The documentation for this struct was generated from the following file: