HRESULT IsUpdateAllowed(
DBPENDINGSTATUS /* [in] *//* status */,
HROW /* [in] *//* hRowUpdate */,
DBROWSTATUS* /* [out] *//* pRowStatus */
);
参数
status
[in] 挂起操作状态该行的。hRowUpdate
[in] 用于处理用户要更新的行。pRowStatus
[out] 状态返回给用户。
备注
如果确定应允许更新,则返回 S_OK;否则返回 E_FAIL。 如果允许更新,您还需要设置。IRowsetUpdateImpl::Update 的 DBROWSTATUS 到相应的 行状态。
要求
页眉: atldb.h