Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the time that an action that uses the global run limit interval must wait before the action is run again.
Syntax
HRESULT GetActionRunLimitInterval(
[in] FsrmActionType actionType,
[out] long *delayTimeMinutes
);
Parameters
[in] actionType
The action type to limit. For possible values, see the FsrmActionType enumeration.
[out] delayTimeMinutes
The run limit interval, in minutes, that is used for the action.
Return value
Returns the following return values:
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | fsrm.h (include FsrmQuota.h, FsrmReports.h, FsrmScreen.h) |
DLL | SrmSvc.dll |