IDebugBinderDirect100.GetErrorMessage(Int32, 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.
public:
int GetErrorMessage(int hrError, [Runtime::InteropServices::Out] System::String ^ % pbstrError);
public int GetErrorMessage(int hrError, out string pbstrError);
abstract member GetErrorMessage : int * string -> int
Public Function GetErrorMessage (hrError As Integer, ByRef pbstrError As String) As Integer
Parameters
- hrError
- Int32
- pbstrError
- String
Returns
Returns Int32.