Function that is called to retrieve a text string describing a custom plug-in error code.
PLUGIN_API int __stdcall IE_GetError
(
int nError,
wchar_t* pszErrBuf,
int cbErrBuf
);
nError
Type: int
[in] Error code
pszErrBug
Type: wchar_t*
[out] Buffer to put error message text info
cbErrBuf
Type: int
[in] Size of error buffer
For a description of return values, see Return Values.
Load pszErrBuf with a null-terminated string describing the given plug-in-specific error code. This function implements plug-in-defined error code lookup. The plug-in does not own the memory pointed to by pszErrBuf and must not free it.
Header: IE_PlugIn.h