|
Mobile SDK for Windows Apps 1.0
Extending Windows Apps for Mobile
|
00001 00012 #pragma once 00013 00014 [ 00015 object, 00016 oleautomation, 00017 pointer_default(unique), 00018 nonextensible, 00019 uuid("106FEDC3-192E-4999-A4BC-030F5E25B0BE"), 00020 helpstring("Citrix Notification Interface") 00021 ] 00022 __interface INotification: IUnknown 00023 { 00024 STDMETHODIMP NotifyUser([in]CMP_UNIQUE_ID notificationId, [in]INT16 notificationFlags, 00025 [in]BSTR notifyText, [out, retval]CMPRESULT* result); 00026 }; 00027