C# Class Microsoft.Protocols.TestSuites.Rdpbcgr.efs.FileAttributeTagInformation

This information class is used to query for attribute and reparse tag information for a file. The FILE_ATTRIBUTE_TAG_INFORMATION data element is as follows:
ファイルを表示 Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
FileAttributes uint
ReparseTag uint

Property Details

FileAttributes public_oe property

A 32-bit unsigned integer that contains the file attributes.
public uint FileAttributes
return uint

ReparseTag public_oe property

A 32-bit unsigned integer that 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 SHOULD be set to 0, and MUST be ignored.
public uint ReparseTag
return uint