PIMEVENT (Compact 7)
3/12/2014
This structure contains notification information used with the IChangeEventSink::OnEvent and ICustomEventSink::OnEvent methods.
Syntax
typdef struct PIMEVENT {
OlEventType olEventType;
OlObjectType olObjectType;
OLITEMID olItemId;
OLITEMID olOldItemId;
OLITEMID olParentId;
OLITEMID olOldParentId;
ULONG cProps;
CEPROPID *rgProps;
}PIMEVENT;
Members
- olEventType
One of the OlEventType enumeration values that specifies the type of event represented by this PIMEVENT.
- olObjectType
One of the OlObjectType enumeration values that specifies the type of the object to which this notification applies.
- olItemId
The ID of the item affected by the event.
- olOldItemId
If an item was copied or moved, this member specifies the ID of the item prior to the copy or move operation.
- olParentId
If an item was copied or moved, this member specifies the ID of the parent of the object after the copy or move operation.
- olOldParentId
If an item was copied or moved, this member specifies the ID of the parent of the item prior to the copy or move operation.
- cProps
Specifies the properties that changed.
- *rgProps
An array of PIMPR properties that changed.
Remarks
This structure is new for Windows Embedded Compact 7.
Requirements
Header |
pimstore.h |
See Also
Reference
Pocket Outlook Object Model Structures
IChangeEventSink::OnEvent
ICustomEventSink::OnEvent
PIMPR_CONTACTTYPE
PIM_PROPTAG