Important:
This is retired content. 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 content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The STATUS_OBJECT_NOTIFICATIONstructure 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 SPropValuestructures in the array pointed to by lpPropVals .

lpPropVals

Pointer to an array of SPropValuestructures 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_NOTIFICATIONstructure is one of the members of the union of structures included in the infomember of the NOTIFICATIONstructure. The STATUS_OBJECT_NOTIFICATIONstructure 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