IFsrmFileManagementJob::ModifyNotification method (fsrmreports.h)
[This method is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileManagementJob class.]
Change a notification value in the file management job's list of notifications.
Syntax
HRESULT ModifyNotification(
[in] long days,
[in] long newDays
);
Parameters
[in] days
The notification value to change.
[in] newDays
The new notification value. The value must be unique and cannot be less than zero.
Return value
The method returns the following return values.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 |
Target Platform | Windows |
Header | fsrmreports.h |
DLL | SrmSvc.dll |
See also
IFsrmFileManagementJob::AddNotification
IFsrmFileManagementJob::DeleteNotification