CeNotifyPublic_PresentSettingsBox
This function is called when the CeGetUserNotificationPreferences function is called.
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 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.
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.