L_GetFilterHeartbeatCallback

Summary

Gets the callback used for tracking and aborting long-running operations.

Syntax

#include "l_bitmap.h"

L_LTFIL_API L_INT EXT_CALLBACK L_GetFilterHeartbeatCallback(ppCallback, ppUserData)

Parameters

FILTERHEARTBEATCALLBACK *ppCallback

Pointer to a pointer to a callback function to be updated with the last heartbeat callback function set using L_SetFilterHeartbeatCallback.

L_VOID **ppUserData

Void pointer to be updated with the value of user defined data associated with the heartbeat callback. If you are not interested in the user-defined data, pass NULL for this parameter.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

For more information and an example, refer to L_SetFilterHeartbeatCallback.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

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 API Help

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