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.
Displays the Access Denied Remediation (ADR) client dialog.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual int Show(
ulong parentWnd,
string accessPath,
_AdrClientErrorType errorType,
int flags,
string windowTitle = "",
string windowMessage = ""
)
public:
virtual int Show(
unsigned long long parentWnd,
String^ accessPath,
_AdrClientErrorType errorType,
int flags,
String^ windowTitle = "",
String^ windowMessage = ""
)
abstract Show :
parentWnd:uint64 *
accessPath:string *
errorType:_AdrClientErrorType *
flags:int *
windowTitle:string = "" *
windowMessage:string = "" -> int
override Show :
parentWnd:uint64 *
accessPath:string *
errorType:_AdrClientErrorType *
flags:int *
windowTitle:string = "" *
windowMessage:string = "" -> int
Public Overridable Function Show (
parentWnd As ULong,
accessPath As String,
errorType As _AdrClientErrorType,
flags As Integer,
windowTitle As String,
windowMessage As String
) As Integer
Parameters
parentWnd
Type: System.UInt64Handle to the window that will be the parent of the dialog that will be displayed.
accessPath
Type: System.StringPath of the file being accessed.
errorType
Type: Microsoft.Storage._AdrClientErrorTypeThe client error type as enumerated by the _AdrClientErrorType enumeration.
flags
Type: System.Int32Reserved. Set to 0.
windowTitle
Type: System.StringOptional text to display as the title of the dialog window that is opened.
windowMessage
Type: System.StringOptional text to display above the instructions in the dialog window that is opened.
Return Value
Type: System.Int32
Returns a Int32 containing the address of a value that will receive a HRESULT containing the result of the operation.
Implements
IFsrmAccessDeniedRemediationClient.Show(UInt64, String, _AdrClientErrorType, Int32, String, String)
See Also
IFsrmAccessDeniedRemediationClient
FsrmAccessDeniedRemediationClientClass Class
Microsoft.Storage Namespace
Return to top