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