Home
last modified time | relevance | path

Searched defs:pRestrictedErrorInfo (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/Interop/
H A DInterop.WinRT.cs52 public static extern int GetRestrictedErrorInfo(out System.IntPtr pRestrictedErrorInfo); in GetRestrictedErrorInfo()
62 public static extern int SetRestrictedErrorInfo(System.IntPtr pRestrictedErrorInfo); in SetRestrictedErrorInfo()
70 internal static extern int RoReportUnhandledError(IntPtr pRestrictedErrorInfo); in RoReportUnhandledError()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/WinRT/
H A DExceptionHelpers.cs24 …internal static bool GetErrorDetails(System.IntPtr pRestrictedErrorInfo, out string errMsg, out in… in GetErrorDetails()
69 … internal static void GetReference(System.IntPtr pRestrictedErrorInfo, out string errReference) in GetReference()
760 static bool TryGetRestrictedErrorInfo(out IntPtr pRestrictedErrorInfo) in TryGetRestrictedErrorInfo()