#ifndef _NTIOAPI_H
// REPARSE_DATA_BUFFER_EX Flags
//
// REPARSE_DATA_EX_FLAG_GIVEN_TAG_OR_NONE - Forces the FSCTL to set the
// reparse tag if the file has no tag or the tag on the file is same as
// the one in ExistingReparseTag. NOTE: If the ExistingReparseTag is
// not a Microsoft tag then the ExistingReparseGuid should match if the
// file has the ExistingReparseTag.
//
#define REPARSE_DATA_EX_FLAG_GIVEN_TAG_OR_NONE (0x00000001)
View code on GitHub
No description available.