I am able to successfully set alarms using CeSetUserNotificationEx and then
list them using CeGetUserNotificationHandles in 2003. In order to determine
the number of alarms (handles), I use CeGetUserNotificationHandles(NULL, 0,
&g_dwHowMany). In 2003, no problem. In 2005 I always get a return of false
and g_dwHowMany remains at the preset zero. The alarm(s) are set
successfully in 2005, because the message box displays at the correct time
with the appropriate text message. I just can't list them (and therefore
delete or change them) in 2005.
Anybody using the CeUserNotificationHandles function successfully in 5.0?
I'm using Visual Studio 2005 Professional with the Windows Mobile 5.0
Developer Resource Kit CD installed.
--
There are 10 kinds of people in this world; those that know binary and those
that don't.