IFsrmAccessDeniedRemediationClient Interface
Used to show the Access Denied Remediation (ADR) client user interface.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("40002314-590B-45A5-8E1B-8C05DA527E52")]
public interface IFsrmAccessDeniedRemediationClient
[GuidAttribute("40002314-590B-45A5-8E1B-8C05DA527E52")]
public interface class IFsrmAccessDeniedRemediationClient
[<GuidAttribute("40002314-590B-45A5-8E1B-8C05DA527E52")>]
type IFsrmAccessDeniedRemediationClient = interface end
<GuidAttribute("40002314-590B-45A5-8E1B-8C05DA527E52")>
Public Interface IFsrmAccessDeniedRemediationClient
Methods
Name | Description | |
---|---|---|
Show(UInt64, String, _AdrClientErrorType, Int32, String, String) | Displays the Access Denied Remediation (ADR) client dialog. |
Remarks
This interface was introduced for applications that are already using the FSRM interfaces. Where possible it is recommended to use the MSFT_FSRMAdr and MSFT_FSRMADRSettings WMI classes instead.
See Also
Return to top