IConverter.HrGetErrorString 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:
void HrGetErrorString(int hrErr, [Runtime::InteropServices::Out] System::String ^ % pbstrErrorMsg, Microsoft::Office::Core::IConverterApplicationPreferences ^ pcap);
public void HrGetErrorString (int hrErr, out string pbstrErrorMsg, Microsoft.Office.Core.IConverterApplicationPreferences pcap);
abstract member HrGetErrorString : int * string * Microsoft.Office.Core.IConverterApplicationPreferences -> unit
Public Sub HrGetErrorString (hrErr As Integer, ByRef pbstrErrorMsg As String, pcap As IConverterApplicationPreferences)
Parameters
- hrErr
- Int32
- pbstrErrorMsg
- String