STATUS_OBJECT_NOTIFICATION

4/8/2010

The STATUS_OBJECT_NOTIFICATION structure describes a status object that has been affected by a change.

Syntax

struct {
  ULONG cbEntryID; 
  LPENTRYID lpEntryID; 
  ULONG cValues; 
  LPSPropValue lpPropVals; 
} STATUS_OBJECT_NOTIFICATION; 

Members

  • cbEntryID
    Count of bytes in the entry identifier pointed to by lpEntryID.
  • lpEntryID
    Pointer to the entry identifier of the changed status object.
  • cValues
    Count of SPropValue structures in the array pointed to by lpPropVals*.*
  • lpPropVals
    Pointer to an array of SPropValue structures that describe the properties of the changed status object.

Remarks

This type is supported, but the notification that uses it (fnevStatusObjectModified) is never sent by MAPI.

The STATUS_OBJECT_NOTIFICATION structure is one of the members of the union of structures included in the info member of the NOTIFICATION structure. The STATUS_OBJECT_NOTIFICATION structure is included with a status object notification a notification for an event of type fnevStatusObjectModified. Status object notification is an internal MAPI notification; clients and service providers cannot register for it and service providers cannot generate it.

Requirements

Header mapidefs.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

MAPI Structures
NOTIFICATION
SPropValue

Other Resources

Messaging