ホーム › Storage.FileServerResourceManager › IFsrmClassificationManager
IFsrmClassificationManager
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 27
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT get_ClassificationReportFormats(SAFEARRAY** formats) |
| 8 | HRESULT put_ClassificationReportFormats(SAFEARRAY* formats) |
| 9 | HRESULT get_Logging(INT* logging) |
| 10 | HRESULT put_Logging(INT logging) |
| 11 | HRESULT get_ClassificationReportMailTo(LPWSTR* mailTo) |
| 12 | HRESULT put_ClassificationReportMailTo(LPWSTR mailTo) |
| 13 | HRESULT get_ClassificationReportEnabled(VARIANT_BOOL* reportEnabled) |
| 14 | HRESULT put_ClassificationReportEnabled(VARIANT_BOOL reportEnabled) |
| 15 | HRESULT get_ClassificationLastReportPathWithoutExtension(LPWSTR* lastReportPath) |
| 16 | HRESULT get_ClassificationLastError(LPWSTR* lastError) |
| 17 | HRESULT get_ClassificationRunningStatus(FsrmReportRunningStatus* runningStatus) |
| 18 | HRESULT EnumPropertyDefinitions(FsrmEnumOptions options, IFsrmCollection** propertyDefinitions) |
| 19 | HRESULT CreatePropertyDefinition(IFsrmPropertyDefinition** propertyDefinition) |
| 20 | HRESULT GetPropertyDefinition(LPWSTR propertyName, IFsrmPropertyDefinition** propertyDefinition) |
| 21 | HRESULT EnumRules(FsrmRuleType ruleType, FsrmEnumOptions options, IFsrmCollection** Rules) |
| 22 | HRESULT CreateRule(FsrmRuleType ruleType, IFsrmRule** Rule) |
| 23 | HRESULT GetRule(LPWSTR ruleName, FsrmRuleType ruleType, IFsrmRule** Rule) |
| 24 | HRESULT EnumModuleDefinitions(FsrmPipelineModuleType moduleType, FsrmEnumOptions options, IFsrmCollection** moduleDefinitions) |
| 25 | HRESULT CreateModuleDefinition(FsrmPipelineModuleType moduleType, IFsrmPipelineModuleDefinition** moduleDefinition) |
| 26 | HRESULT GetModuleDefinition(LPWSTR moduleName, FsrmPipelineModuleType moduleType, IFsrmPipelineModuleDefinition** moduleDefinition) |
| 27 | HRESULT RunClassification(FsrmReportGenerationContext context, LPWSTR reserved) |
| 28 | HRESULT WaitForClassificationCompletion(INT waitSeconds, VARIANT_BOOL* completed) |
| 29 | HRESULT CancelClassification() |
| 30 | HRESULT EnumFileProperties(LPWSTR filePath, FsrmGetFilePropertyOptions options, IFsrmCollection** fileProperties) |
| 31 | HRESULT GetFileProperty(LPWSTR filePath, LPWSTR propertyName, FsrmGetFilePropertyOptions options, IFsrmProperty** property) |
| 32 | HRESULT SetFileProperty(LPWSTR filePath, LPWSTR propertyName, LPWSTR propertyValue) |
| 33 | HRESULT ClearFileProperty(LPWSTR filePath, LPWSTR property) |