次の方法で共有


IFsrmFileManagementJob::ModifyNotification メソッド (fsrmreports.h)

[このメソッドは互換性のためにサポートされていますが、 FSRM WMI クラス を使用して FSRM を管理することをお勧めします。 MSFT_FSRMFileManagementJob クラスを参照してください。]

ファイル管理ジョブの通知の一覧で通知値を変更します。

構文

HRESULT ModifyNotification(
  [in] long days,
  [in] long newDays
);

パラメーター

[in] days

変更する通知値。

[in] newDays

新しい通知値。 値は一意である必要があり、0 未満にすることはできません。

戻り値

メソッドは、次の戻り値を返します。

要件

   
サポートされている最小のクライアント サポートなし
サポートされている最小のサーバー Windows Server 2008 R2
対象プラットフォーム Windows
ヘッダー fsrmreports.h
[DLL] SrmSvc.dll

関連項目

IFsrmFileManagementJob

IFsrmFileManagementJob::AddNotification

IFsrmFileManagementJob::D eleteNotification

IFsrmFileManagementJob::Notifications

MSFT_FSRMFileManagementJob