PM_BlobRollback

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

Const.PM_BlobRollback

The Const.PM_BlobRollback message is sent to all data items that have the Const.CHILDTYPE_Blob type set when BLOB client rollback needs to be performed.

Parameters

Name Description
wParam Unused
lParam Unused

Returns

Application should return TRUE if the rollback was successfully performed, FALSE otherwise.

Comments

This message is used by the framework class cPictureDataItem. Applications that do not use any other form of BLOBs do not need to implement this message.