Mobile SDK for Windows Apps2.0
Transforming Windows apps into Mobile apps
|
00001 00011 #pragma once 00012 00013 #include <cmp.h> 00014 00015 [ 00016 object, 00017 oleautomation, 00018 pointer_default(unique), 00019 nonextensible, 00020 uuid("490DC742-E022-4FCA-9BDD-AB8D82FCB3A9"), 00021 helpstring("Citrix Mobility Phone Interface") 00022 ] 00023 __interface IPhone: IUnknown 00024 { 00025 STDMETHODIMP StartPhoneCall([in]BSTR phoneNumber, [in]CMP_UNIQUE_ID phoneCallId, [out, retval]CMPRESULT* result); 00026 }; 00027 00028