Share via


CeNotifyPublic_PresentSettingsBox (Windows Embedded CE 6.0)

1/6/2010

This function is called when the CeGetUserNotificationPreferences function is called.

Syntax

int CeNotifyPublic_PresentSettingsBox(
  HWND hWnd,
  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 Value

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

Header Notifext.hxx
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Notification Functions