Platform SDK: MAPI |
The ITableData::HrDeleteRow method deletes a table row.
HRESULT HrDeleteRow( LPSPropValue lpSPropValue );
The ITableData::HrDeleteRow method removes the table row containing the column that matches the property pointed to by the lpSPropValue parameter. The data for the row is deleted and the row is removed from all open views.
After the row is deleted, notifications are sent to all clients or service providers with a view of the table that have called the table's IMAPITable::Advise method to register for notifications.
Deleting a row does not reduce the column set available to existing views or subsequently opened views, even if the deleted row was the last row with a value for a specific column.
CreateTable, ITableData::HrDeleteRows, ITableData::HrModifyRow, SPropValue, TABLE_NOTIFICATION