Provides error notification and allows the operation to be aborted or retried.
#include "ltwrappr.h"
virtual L_INT LWia::SetPropertiesCallBack(PropertyID, nError, uValueType, pValue)
The ID of the property that was set using the value specified in the pValue parameter.
The returned error code for property being set.
The value type of the property. For a list of valid value types, see Microsoft's documentation of the VARENUM enumeration.
Void pointer to the value used to set this property.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This feature is available in LEADTOOLS version 16 or higher.
#include "ltwrappr.h"
virtual L_INT LWia::SetPropertiesCallBack(PropertyID, nError, uValueType, pValue)
Note: Be sure to enable callbacks by calling LBase::EnableCallBack (TRUE) before calling [LWia:SetPropertiesCallBack.
For an example, refer to LWia::GetRootItem.