DefaultRuleMask Property

A registry key mask that determines which registry keys match the rule.

Syntax

ANSI (Cross Platform)
char* GetDefaultRuleMask(int iDefaultRuleIndex);

Unicode (Windows)
LPWSTR GetDefaultRuleMask(INT iDefaultRuleIndex);
#define PID_CBREGISTRY_DEFAULTRULEMASK 5

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

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

Default Value

""

Remarks

A registry key mask that determines which registry keys match the rule.

This property reflects the registry key mask used to determine whether a registry key matches the rule. In addition to being its primary match qualifier, a rule's mask also serves as its identifier; every rule in a ruleset must have a unique mask.

The DefaultRuleIndex parameter specifies the index of the item in the array. The size of the array is controlled by the DefaultRuleCount 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]