Mobile SDK for Windows Apps2.0
Transforming Windows apps into Mobile apps
|
00001 00011 #include <cmp.h> 00012 00013 #pragma once 00014 00015 [ 00016 object, 00017 oleautomation, 00018 pointer_default(unique), 00019 nonextensible, 00020 uuid("AFD0F210-CAE8-466E-AC13-D4D4F932B2B8"), 00021 helpstring("Citrix Mobility Device Interface") 00022 ] 00023 __interface ICMPDevice: IUnknown 00024 { 00025 STDMETHODIMP GetDevicePropertyBool([in]CMP_DEV_BOOL_PROP_ID propertyId, [out]VARIANT_BOOL *value, [out,retval]CMPRESULT* result); 00026 STDMETHODIMP GetDevicePropertyString([in]CMP_DEV_STRING_PROP_ID propertyId, [out]BSTR *string, [out,retval]CMPRESULT* result); 00027 }; 00028 00029