ITableData::HrNotify

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Sends a notification for a table row.

HRESULT HrNotify(
  ULONG ulFlags,
  ULONG cValues,
  LPSPropValue lpSPropValue
);

Parameters

  • ulFlags
    [in] Reserved; must be zero.

  • cValues
    [in] The count of property values in the SPropValue structure pointed to by the lpSPropValue parameter.

  • lpSPropValue
    [in] A pointer to an SPropValue structure that describes the values of the columns in the target row.

Return Value

  • 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 have views of the table and have called IMAPITable::Advise to register for notifications on their views receive this notification.

See Also

Reference

SPropValue

TABLE_NOTIFICATION

ITableData : IUnknown