ITableData::HrNotify

The ITableData::HrNotify method sends a notification for a table row.

Quick Info

See ITableData : IUnknownOOTYH1.

 

HRESULT HrNotify(

    ULONG ulFlags,

 

    ULONG cValues,

 

    LPSPropValue lpSPropValue

 

   )

 

 

Parameters

ulFlags

Reserved; must be zero.

cValues

[in] Count of property values in the SPropValue81C9._8 structure pointed to by the lpSPropValue parameter.

lpSPropValue

[in] Pointer to an SPropValue structure describing the values of the columns in the target row.

 

Return Values

S_OK

The call succeeded and has returned the expected value or values.

 

Remarks

The ITableData::HrNotify method sends a TABLE_ROW_MODIFIED notification for the row that matches the row described by the properties pointed to by the lpSPropValue parameter. HrNotify sends the notification regardless of whether changes have occurred to the row. All clients and service providers that hold views of the table and have called IMAPITable::Advise to register for notifications on their views receive this notification.

See Also

SPropValue, TABLE_NOTIFICATION