LBase::DisplayErrorFromList

Summary

Displays the error string for the error code indexed by uIndex.

Syntax

#include "ltwrappr.h"

static L_VOID LBase::DisplayErrorFromList (hWndParent=NULL, uIndex=LEAD_LAST_ERROR)

Parameters

HWND hWndParent

Window handle of the parent window of the errors dialog.

L_UINT uIndex

Index into the list of recorded error codes. Pass the index of the recorded error code to display its string. If an invalid index is specified, the last error recorded will be displayed.

Returns

None.

Comments

Call this function to display the error string for the error code indexed by the specified index. The internal error list maintains a running list of the errors that have occurred in the LEADTOOLS C++ Class Library functions.

Notes:

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Example

For an example, refer to LBase::GetErrorFromList.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.