PIMCUSTOMEVENT (Compact 7)
3/12/2014
This structure contains information about a custom notification event sent using the IPOutlookApp3::SendCustomEvent method.
Syntax
typedef struct PIMCUSTOMEVENT
{
GUID guid;
CEBLOB blob;
} PIMCUSTOMEVENT;
Members
- guid
GUID that uniquely identifies the notification.
- blob
CEBLOB that contains the content of the notification.
Remarks
This structure is new for Windows Embedded Compact 7.
Requirements
Header |
pimstore.h |