ISimulator.GetRestrictedErrorInfo(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps a restricted reference to the restricted description and any missing capability.
public:
void GetRestrictedErrorInfo(System::String ^ restrictedReference, [Runtime::InteropServices::Out] System::String ^ % restrictedDescription, [Runtime::InteropServices::Out] System::String ^ % capabilitySid);
public void GetRestrictedErrorInfo (string restrictedReference, out string restrictedDescription, out string capabilitySid);
abstract member GetRestrictedErrorInfo : string * string * string -> unit
Public Sub GetRestrictedErrorInfo (restrictedReference As String, ByRef restrictedDescription As String, ByRef capabilitySid As String)
Parameters
- restrictedReference
- String
Restricted Reference.
- restrictedDescription
- String
Restricted Description obtained from Restricted Reference.
- capabilitySid
- String
Represents any missing capability.