Skip to content

Latest commit

 

History

History
122 lines (88 loc) · 5.96 KB

nf-fsrmpipeline-ifsrmclassificationmanager-enumrules.md

File metadata and controls

122 lines (88 loc) · 5.96 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:fsrmpipeline.IFsrmClassificationManager.EnumRules
IFsrmClassificationManager::EnumRules (fsrmpipeline.h)
Enumerates the rules of the specified type.
EnumRules
EnumRules method [File Server Resource Manager]
EnumRules method [File Server Resource Manager]
FsrmClassificationManager class
EnumRules method [File Server Resource Manager]
IFsrmClassificationManager interface
EnumRules method [File Server Resource Manager]
IFsrmClassificationManager2 interface
FsrmClassificationManager class [File Server Resource Manager]
EnumRules method
IFsrmClassificationManager interface [File Server Resource Manager]
EnumRules method
IFsrmClassificationManager.EnumRules
IFsrmClassificationManager2 interface [File Server Resource Manager]
EnumRules method
IFsrmClassificationManager2::EnumRules
IFsrmClassificationManager::EnumRules
fs.ifsrmclassificationmanager_enumrules
fsrm.ifsrmclassificationmanager_enumrules
fsrmpipeline/IFsrmClassificationManager2::EnumRules
fsrmpipeline/IFsrmClassificationManager::EnumRules
fsrm\ifsrmclassificationmanager_enumrules.htm
fsrm
2f67527c-cde3-4907-9e61-4d9e18b18859
12/05/2018
EnumRules, EnumRules method [File Server Resource Manager], EnumRules method [File Server Resource Manager],FsrmClassificationManager class, EnumRules method [File Server Resource Manager],IFsrmClassificationManager interface, EnumRules method [File Server Resource Manager],IFsrmClassificationManager2 interface, FsrmClassificationManager class [File Server Resource Manager],EnumRules method, IFsrmClassificationManager interface [File Server Resource Manager],EnumRules method, IFsrmClassificationManager.EnumRules, IFsrmClassificationManager2 interface [File Server Resource Manager],EnumRules method, IFsrmClassificationManager2::EnumRules, IFsrmClassificationManager::EnumRules, fs.ifsrmclassificationmanager_enumrules, fsrm.ifsrmclassificationmanager_enumrules, fsrmpipeline/IFsrmClassificationManager2::EnumRules, fsrmpipeline/IFsrmClassificationManager::EnumRules
fsrmpipeline.h
FsrmPipeline.h, FsrmTlb.h
Windows
None supported
Windows Server 2008 R2
SrmSvc.dll
Windows
19H1
IFsrmClassificationManager::EnumRules
fsrmpipeline/IFsrmClassificationManager::EnumRules
c++
APIRef
kbSyntax
COM
SrmSvc.dll
IFsrmClassificationManager.EnumRules
IFsrmClassificationManager2.EnumRules
FsrmClassificationManager.EnumRules

IFsrmClassificationManager::EnumRules

-description

[This method is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMClassification class.]

Enumerates the rules of the specified type.

-parameters

-param ruleType [in]

The type of rules to enumerate. For possible values, see the FsrmRuleType enumeration.

Note  The FsrmRuleType_Generic type is not a valid type for this method.
 

-param options [in]

One or more options for enumerating the property definitions. For possible values, see the FsrmEnumOptions enumeration.

Note  The FsrmEnumOptions_Asynchronous option is not supported for this method.
 

-param Rules [out]

An IFsrmCollection interface that contains a collection of classification rules. Each item in the collection is a VARIANT of type VT_DISPATCH. Query the pdispVal member of the variant for the IFsrmRule interface. You can then use the IFsrmRule.RuleType property to determine the rule's type. Query the IFsrmRule interface for the rule interface to use. For example, if RuleType is FsrmRuleType_Classification, query the IFsrmRule interface for the IFsrmClassificationRule interface.

The collection contains only committed rules; the collection will not contain newly created rules that have not been committed.

-returns

The method returns the following return values.

-see-also

FsrmClassificationManager

IFsrmClassificationManager

IFsrmClassificationManager2

IFsrmClassificationManager::CreateRule

IFsrmClassificationManager::GetRule

MSFT_FSRMClassification