Skip to content

Latest commit

 

History

History
110 lines (79 loc) · 4.02 KB

nf-fsrm-ifsrmaccessdeniedremediationclient-show.md

File metadata and controls

110 lines (79 loc) · 4.02 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:fsrm.IFsrmAccessDeniedRemediationClient.Show
IFsrmAccessDeniedRemediationClient::Show (fsrm.h)
Displays the Access Denied Remediation (ADR) client dialog.
IFsrmAccessDeniedRemediationClient interface [File Server Resource Manager]
Show method
IFsrmAccessDeniedRemediationClient.Show
IFsrmAccessDeniedRemediationClient::Show
Show
Show method [File Server Resource Manager]
Show method [File Server Resource Manager]
IFsrmAccessDeniedRemediationClient interface
fs.ifsrmaccessdeniedremediationclient_show
fsrm.ifsrmaccessdeniedremediationclient_show
fsrm/IFsrmAccessDeniedRemediationClient::Show
fsrm\ifsrmaccessdeniedremediationclient_show.htm
fsrm
befebb2a-99a1-4a32-8bde-3b263d1f4459
12/05/2018
IFsrmAccessDeniedRemediationClient interface [File Server Resource Manager],Show method, IFsrmAccessDeniedRemediationClient.Show, IFsrmAccessDeniedRemediationClient::Show, Show, Show method [File Server Resource Manager], Show method [File Server Resource Manager],IFsrmAccessDeniedRemediationClient interface, fs.ifsrmaccessdeniedremediationclient_show, fsrm.ifsrmaccessdeniedremediationclient_show, fsrm/IFsrmAccessDeniedRemediationClient::Show
fsrm.h
FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h
Windows
None supported
Windows Server 2012
SrmSvc.dll
Windows
19H1
IFsrmAccessDeniedRemediationClient::Show
fsrm/IFsrmAccessDeniedRemediationClient::Show
c++
APIRef
kbSyntax
COM
SrmSvc.dll
IFsrmAccessDeniedRemediationClient.Show

IFsrmAccessDeniedRemediationClient::Show

-description

[This method is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMAdr and MSFT_FSRMADRSettings classes.]

Displays the Access Denied Remediation (ADR) client dialog.

This method 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.

-parameters

-param parentWnd [in]

Handle to the window that will be the parent of the dialog that will be displayed.

-param accessPath [in]

Path of the file being accessed.

-param errorType [in]

The client error type as enumerated by the AdrClientErrorType enumeration.

-param flags [in]

Reserved. Set to 0.

-param windowTitle [in]

Optional text to display as the title of the dialog window that is opened.

-param windowMessage [in]

Optional text to display above the instructions in the dialog window that is opened.

-param result [out, retval]

Address of a value that will receive a HRESULT containing the result of the operation.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

IFsrmAccessDeniedRemediationClient

MSFT_FSRMADRSettings

MSFT_FSRMAdr