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. |
This structure contains information about notification events.
Syntax
typedef struct UserNotificationInfoHeader { HANDLE hNotification; DWORD dwStatus; CE_NOTIFICATION_TRIGGER* pcent; CE_USER_NOTIFICATION* pceun; } CE_NOTIFICATION_INFO_HEADER, *PCE_NOTIFICATION_INFO_HEADER; |
Members
- hNotification
-
Handle to the notification. This handle is the same handle that you passed to the CeGetUserNotificationfunction.
- dwStatus
-
DWORDthat indicates the status of the notification. This member is set to CNS_SIGNALLED if the notification is currently active and is set to 0 if the notification is not currently active. A currently active notification either currently displays a dialog box or is currently running if the notification does not have a user interface. A notification is currently running when the notification is between being signaled and having the CreateProcessfunction run on it.
- pcent
-
Pointer to a CE_NOTIFICATION_TRIGGERstructure. This value cannot be NULL.
- pceun
-
Pointer to a CE_USER_NOTIFICATIONstructure. This value can be NULL.
Requirements
Header | notify.h |
Windows Embedded CE | Windows CE 2.12 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
CeGetUserNotificationCE_NOTIFICATION_TRIGGER
CE_USER_NOTIFICATION
Notify Structures