The CeGetUserNotificationPreferences function queries the user for notification settings by displaying a dialog box showing options that are valid for the current hardware platform.
BOOL CeGetUserNotificationPreferences(HWND hWndParent, PCE_USER_NOTIFICATION lpNotification);
Header file: | Notify.h |
Platforms: | H/PC |
Versions: | 1.01 and later |
If the function succeeds, the return value is TRUE. If the function returns TRUE, the returned settings should be saved and considered when calling CeSetUserNotification.
If the function fails or the user does not change the settings, the return value is FALSE.
When writing applications for Windows CE version 1.0, use the function PegGetUserNotificationPreferences.