FH_PROTECTED_ITEM_CATEGORY enumeration (fhcfg.h)

Specifies the type of an inclusion or exclusion list.

Syntax

typedef enum _FH_PROTECTED_ITEM_CATEGORY {
  FH_FOLDER = 0,
  FH_LIBRARY,
  MAX_PROTECTED_ITEM_CATEGORY
} FH_PROTECTED_ITEM_CATEGORY, *PFH_PROTECTED_ITEM_CATEGORY;

Constants

 
FH_FOLDER
Value: 0
The inclusion or exclusion list is a list of folders.
FH_LIBRARY
The inclusion or exclusion list is a list of libraries.
MAX_PROTECTED_ITEM_CATEGORY
The maximum enumeration value for this enumeration. This value and all values greater than it are reserved for system use.

Remarks

To retrieve the inclusion and exclusion rules that are currently stored in an FhConfigMgr object, call the IFhConfigMgr::GetIncludeExcludeRules method.

To add or remove an exclusion rule, call the IFhConfigMgr::AddRemoveExcludeRule method.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header fhcfg.h

See also

FhConfigMgr

IFhConfigMgr::AddRemoveExcludeRule

IFhConfigMgr::GetIncludeExcludeRules