CeNotifyPublic_PresentSettingsBox (Windows CE 5.0)

Send Feedback

This function is called when the CeGetUserNotificationPreferences function is called.

int CeNotifyPublic_PresentSettingsBox(HWNDhWnd,  CE_USER_NOTIFICATION* pceun,  TCHAR* lpszSoundBuffer,  void* pExpansion);

Parameters

  • hWnd
    Handle of the Window passed into CeGetUserNotificationPreferences.
  • pceun
    Pointer to the CE_USER_NOTIFICATION structure passed into CeGetUserNotificationPreferences.
  • lpszSoundBuffer
    Pointer to a buffer that contains the name of the waveform audio file (.wav) passed into CeGetUserNotificationPreferences by the CE_USER_NOTIFICATION structure.
  • pExpansion
    Pointer to a buffer that contains extra information passed into CeGetUserNotificationPreferences by the CE_USER_NOTIFICATION structure.

Return Values

Returns TRUE if the end user saves the settings; otherwise, returns FALSE.

Remarks

You must display the UI necessary for an end user to choose the action to take for a notification event.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Notifext.hxx.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.