LVectorBase::IsAlwaysEndNotification

#include "ltwrappr.h"

virtual L_BOOL LVectorBase::IsAlwaysEndNotification(void)

Determines whether the calling of the LVectorBase::EndChanging member function is enabled or disabled for failed bitmap operations.

Returns

TRUE

The calling of the LVectorBase::EndChanging member function is enabled on operation failure.

FALSE

The calling of the LVectorBase::EndChanging member function is disabled on operation failure.

Comments

Call this function to check if the calling of the LVectorBase::EndChanging member function is enable or disable for failed bitmap operations.

Required DLLs and Libraries

LVKRN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LVectorBase::StartChanging, LVectorBase::EndChanging, LVectorBase::EnableChangeNotification, LVectorBase::IsChangeNotificationEnabled, LVectorBase::EnableAlwaysEndNotification, Class Members

Topics:

Vector Notification Messages

 

Vector Images: Change Notification

Example

For an example, refer to LVectorBase::EnableAlwaysEndNotification.