IConverter.HrGetErrorString Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub HrGetErrorString ( _
    hrErr As Integer, _
    <OutAttribute> ByRef pbstrErrorMsg As String, _
    pcap As IConverterApplicationPreferences _
)
'Usage
Dim instance As IConverter
Dim hrErr As Integer
Dim pbstrErrorMsg As String
Dim pcap As IConverterApplicationPreferences

instance.HrGetErrorString(hrErr, pbstrErrorMsg, _
    pcap)
void HrGetErrorString(
    int hrErr,
    out string pbstrErrorMsg,
    IConverterApplicationPreferences pcap
)

Parameters

See Also

Reference

IConverter Interface

IConverter Members

Microsoft.Office.Core Namespace