ReparseRuleReparseMask Property

A file mask that specifies where matching files and directories are redirected to.

Syntax

ANSI (Cross Platform)
char* GetReparseRuleReparseMask(int iReparseRuleIndex);

Unicode (Windows)
LPWSTR GetReparseRuleReparseMask(INT iReparseRuleIndex);
#define PID_CBFILTER_REPARSERULEREPARSEMASK 33

CBFSFILTER_EXTERNAL void* CBFSFILTER_CALL CBFSFilter_CBFilter_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

CBFSFILTER_EXTERNAL int CBFSFILTER_CALL CBFSFilter_CBFilter_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

A file mask that specifies where matching files and directories are redirected to.

This property contains a file mask that specifies where files and directories that match ReparseRuleMask are redirected to. Please refer to the Reparse Rules topic for more information.

The ReparseRuleIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ReparseRuleCount property.

This property is read-only and not available at design time.

Data Type

String

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Filter 2020 C++ Edition - Version 20.0 [Build 8317]