Win32 API 日本語リファレンス
ホームStorage.FileServerResourceManager › IFsrmClassificationManager

IFsrmClassificationManager

COMIDispatch (デュアル)
IDispatch を実装(デュアルインターフェース)。HSP では comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。
IIDd2dc89da-ee91-48a0-85d8-cc72a56f7d04継承元IDispatch呼び出し名前(IDispatch) または vtbl自前メソッド開始 vtbl7

メソッド 27

vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。

vtblメソッド
7HRESULT get_ClassificationReportFormats(SAFEARRAY** formats)
8HRESULT put_ClassificationReportFormats(SAFEARRAY* formats)
9HRESULT get_Logging(INT* logging)
10HRESULT put_Logging(INT logging)
11HRESULT get_ClassificationReportMailTo(LPWSTR* mailTo)
12HRESULT put_ClassificationReportMailTo(LPWSTR mailTo)
13HRESULT get_ClassificationReportEnabled(VARIANT_BOOL* reportEnabled)
14HRESULT put_ClassificationReportEnabled(VARIANT_BOOL reportEnabled)
15HRESULT get_ClassificationLastReportPathWithoutExtension(LPWSTR* lastReportPath)
16HRESULT get_ClassificationLastError(LPWSTR* lastError)
17HRESULT get_ClassificationRunningStatus(FsrmReportRunningStatus* runningStatus)
18HRESULT EnumPropertyDefinitions(FsrmEnumOptions options, IFsrmCollection** propertyDefinitions)
19HRESULT CreatePropertyDefinition(IFsrmPropertyDefinition** propertyDefinition)
20HRESULT GetPropertyDefinition(LPWSTR propertyName, IFsrmPropertyDefinition** propertyDefinition)
21HRESULT EnumRules(FsrmRuleType ruleType, FsrmEnumOptions options, IFsrmCollection** Rules)
22HRESULT CreateRule(FsrmRuleType ruleType, IFsrmRule** Rule)
23HRESULT GetRule(LPWSTR ruleName, FsrmRuleType ruleType, IFsrmRule** Rule)
24HRESULT EnumModuleDefinitions(FsrmPipelineModuleType moduleType, FsrmEnumOptions options, IFsrmCollection** moduleDefinitions)
25HRESULT CreateModuleDefinition(FsrmPipelineModuleType moduleType, IFsrmPipelineModuleDefinition** moduleDefinition)
26HRESULT GetModuleDefinition(LPWSTR moduleName, FsrmPipelineModuleType moduleType, IFsrmPipelineModuleDefinition** moduleDefinition)
27HRESULT RunClassification(FsrmReportGenerationContext context, LPWSTR reserved)
28HRESULT WaitForClassificationCompletion(INT waitSeconds, VARIANT_BOOL* completed)
29HRESULT CancelClassification()
30HRESULT EnumFileProperties(LPWSTR filePath, FsrmGetFilePropertyOptions options, IFsrmCollection** fileProperties)
31HRESULT GetFileProperty(LPWSTR filePath, LPWSTR propertyName, FsrmGetFilePropertyOptions options, IFsrmProperty** property)
32HRESULT SetFileProperty(LPWSTR filePath, LPWSTR propertyName, LPWSTR propertyValue)
33HRESULT ClearFileProperty(LPWSTR filePath, LPWSTR property)