Feedback

  • Contents
 

II3ID::GetErrorMessage Method

Synopsis

Returns the error string for the specified eIdToolRetCode value defined in the i3idTool.h file. The string returned is internationalized for the local for which Designer was compiled.

IDL Function Prototype

HRESULT GetErrorMessage(

   [in] long ErrorNumber,

   [out, retval] BSTR * Message

);

C/C++ Syntax

HRESULT GetErrorMessage(long ErrorNumber, BSTR * Message);

Parameters

ErrorNumber

The error number.

Message

A string that describes the error.