GetRestrictedErrorInfo function winrt

int GetRestrictedErrorInfo(
  1. Pointer<Pointer<COMObject>> ppRestrictedErrorInfo
)

Gets the restricted error information object set by a previous call to SetRestrictedErrorInfo in the current logical thread.

HRESULT GetRestrictedErrorInfo(
  [out] IRestrictedErrorInfo **ppRestrictedErrorInfo
);

Implementation

int GetRestrictedErrorInfo(Pointer<Pointer<COMObject>> ppRestrictedErrorInfo) =>
    _GetRestrictedErrorInfo(ppRestrictedErrorInfo);