Chapter 11: Notifications - Programming Microsoft Windows Ce Net 3Rd [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Programming Microsoft Windows Ce Net 3Rd [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید






Chapter 11: Notifications

Overview

One area in which Microsoft Windows CE exceeds the Windows XP API is the notification interface. Windows CE applications can register to be launched at a predetermined time or when any of a set of system events occur. Applications can also register a user notification. In a user notification, the system notifies the user at a specific time without the application itself being launched at that time.

The notification interface is based on only a handful of functions, the most important of which is CeSetUserNotificationEx. This omnibus function provides all the functionality to schedule any of the three types of notifications: user, system, and timer. CeSetUserNotificationEx replaced three separate functions—CeSetUserNotification, CeRunAppAtEvent, and CeRunAppAtTime—which essentially have slightly less functionality.

/ 169