Skip to content

Latest commit

 

History

History
110 lines (78 loc) · 5 KB

nf-fsrmpipeline-ifsrmclassificationmanager-getrule.md

File metadata and controls

110 lines (78 loc) · 5 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.GetRule
IFsrmClassificationManager::GetRule (fsrmpipeline.h)
Retrieves the specified rule.
FsrmClassificationManager class [File Server Resource Manager]
GetRule method
GetRule
GetRule method [File Server Resource Manager]
GetRule method [File Server Resource Manager]
FsrmClassificationManager class
GetRule method [File Server Resource Manager]
IFsrmClassificationManager interface
GetRule method [File Server Resource Manager]
IFsrmClassificationManager2 interface
IFsrmClassificationManager interface [File Server Resource Manager]
GetRule method
IFsrmClassificationManager.GetRule
IFsrmClassificationManager2 interface [File Server Resource Manager]
GetRule method
IFsrmClassificationManager2::GetRule
IFsrmClassificationManager::GetRule
fs.ifsrmclassificationmanager_getrule
fsrm.ifsrmclassificationmanager_getrule
fsrmpipeline/IFsrmClassificationManager2::GetRule
fsrmpipeline/IFsrmClassificationManager::GetRule
fsrm\ifsrmclassificationmanager_getrule.htm
fsrm
2c21ed09-6c69-4f03-91bb-9beeb816ed62
12/05/2018
FsrmClassificationManager class [File Server Resource Manager],GetRule method, GetRule, GetRule method [File Server Resource Manager], GetRule method [File Server Resource Manager],FsrmClassificationManager class, GetRule method [File Server Resource Manager],IFsrmClassificationManager interface, GetRule method [File Server Resource Manager],IFsrmClassificationManager2 interface, IFsrmClassificationManager interface [File Server Resource Manager],GetRule method, IFsrmClassificationManager.GetRule, IFsrmClassificationManager2 interface [File Server Resource Manager],GetRule method, IFsrmClassificationManager2::GetRule, IFsrmClassificationManager::GetRule, fs.ifsrmclassificationmanager_getrule, fsrm.ifsrmclassificationmanager_getrule, fsrmpipeline/IFsrmClassificationManager2::GetRule, fsrmpipeline/IFsrmClassificationManager::GetRule
fsrmpipeline.h
FsrmPipeline.h, FsrmTlb.h
Windows
None supported
Windows Server 2008 R2
SrmSvc.dll
Windows
19H1
IFsrmClassificationManager::GetRule
fsrmpipeline/IFsrmClassificationManager::GetRule
c++
APIRef
kbSyntax
COM
SrmSvc.dll
IFsrmClassificationManager.GetRule
IFsrmClassificationManager2.GetRule
FsrmClassificationManager.GetRule

IFsrmClassificationManager::GetRule

-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.]

Retrieves the specified rule.

-parameters

-param ruleName [in]

The name of the rule to retrieve. Must not exceed 100 characters in length.

-param ruleType [in]

The type of the rule to retrieve. For possible types, see the FsrmRuleType enumeration.

Note  The FsrmRuleType_Generic type is not supported by this method.
 

-param Rule [out]

An IFsrmRule interface to the retrieved rule. Query the IFsrmRule interface to get the interface for the specified type. For example, if ruleType is FsrmRuleType_Classification, query the IFsrmRule interface for the IFsrmClassificationRule interface.

-returns

The method returns the following return values.

-see-also

FsrmClassificationManager

IFsrmClassificationManager

IFsrmClassificationManager2

IFsrmClassificationManager::CreateRule

IFsrmClassificationManager::EnumRules

MSFT_FSRMClassification