ホーム › Storage.FileServerResourceManager › IFsrmFileManagementJob
IFsrmFileManagementJob
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 49
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 12 | HRESULT get_Name(LPWSTR* name) |
| 13 | HRESULT put_Name(LPWSTR name) |
| 14 | HRESULT get_NamespaceRoots(SAFEARRAY** namespaceRoots) |
| 15 | HRESULT put_NamespaceRoots(SAFEARRAY* namespaceRoots) |
| 16 | HRESULT get_Enabled(VARIANT_BOOL* enabled) |
| 17 | HRESULT put_Enabled(VARIANT_BOOL enabled) |
| 18 | HRESULT get_OperationType(FsrmFileManagementType* operationType) |
| 19 | HRESULT put_OperationType(FsrmFileManagementType operationType) |
| 20 | HRESULT get_ExpirationDirectory(LPWSTR* expirationDirectory) |
| 21 | HRESULT put_ExpirationDirectory(LPWSTR expirationDirectory) |
| 22 | HRESULT get_CustomAction(IFsrmActionCommand** action) |
| 23 | HRESULT get_Notifications(SAFEARRAY** notifications) |
| 24 | HRESULT get_Logging(INT* loggingFlags) |
| 25 | HRESULT put_Logging(INT loggingFlags) |
| 26 | HRESULT get_ReportEnabled(VARIANT_BOOL* reportEnabled) |
| 27 | HRESULT put_ReportEnabled(VARIANT_BOOL reportEnabled) |
| 28 | HRESULT get_Formats(SAFEARRAY** formats) |
| 29 | HRESULT put_Formats(SAFEARRAY* formats) |
| 30 | HRESULT get_MailTo(LPWSTR* mailTo) |
| 31 | HRESULT put_MailTo(LPWSTR mailTo) |
| 32 | HRESULT get_DaysSinceFileCreated(INT* daysSinceCreation) |
| 33 | HRESULT put_DaysSinceFileCreated(INT daysSinceCreation) |
| 34 | HRESULT get_DaysSinceFileLastAccessed(INT* daysSinceAccess) |
| 35 | HRESULT put_DaysSinceFileLastAccessed(INT daysSinceAccess) |
| 36 | HRESULT get_DaysSinceFileLastModified(INT* daysSinceModify) |
| 37 | HRESULT put_DaysSinceFileLastModified(INT daysSinceModify) |
| 38 | HRESULT get_PropertyConditions(IFsrmCollection** propertyConditions) |
| 39 | HRESULT get_FromDate(DOUBLE* fromDate) |
| 40 | HRESULT put_FromDate(DOUBLE fromDate) |
| 41 | HRESULT get_Task(LPWSTR* taskName) |
| 42 | HRESULT put_Task(LPWSTR taskName) |
| 43 | HRESULT get_Parameters(SAFEARRAY** parameters) |
| 44 | HRESULT put_Parameters(SAFEARRAY* parameters) |
| 45 | HRESULT get_RunningStatus(FsrmReportRunningStatus* runningStatus) |
| 46 | HRESULT get_LastError(LPWSTR* lastError) |
| 47 | HRESULT get_LastReportPathWithoutExtension(LPWSTR* path) |
| 48 | HRESULT get_LastRun(DOUBLE* lastRun) |
| 49 | HRESULT get_FileNamePattern(LPWSTR* fileNamePattern) |
| 50 | HRESULT put_FileNamePattern(LPWSTR fileNamePattern) |
| 51 | HRESULT Run(FsrmReportGenerationContext context) |
| 52 | HRESULT WaitForCompletion(INT waitSeconds, VARIANT_BOOL* completed) |
| 53 | HRESULT Cancel() |
| 54 | HRESULT AddNotification(INT days) |
| 55 | HRESULT DeleteNotification(INT days) |
| 56 | HRESULT ModifyNotification(INT days, INT newDays) |
| 57 | HRESULT CreateNotificationAction(INT days, FsrmActionType actionType, IFsrmAction** action) |
| 58 | HRESULT EnumNotificationActions(INT days, IFsrmCollection** actions) |
| 59 | HRESULT CreatePropertyCondition(LPWSTR name, IFsrmPropertyCondition** propertyCondition) |
| 60 | HRESULT CreateCustomAction(IFsrmActionCommand** customAction) |