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 nonextensible, 00018 oleautomation, 00019 pointer_default(unique), 00020 uuid("F2C1A57B-2C5A-40D7-9CB0-4969448D5089"), 00021 helpstring("Citrix Mobility Control Interface") 00022 ] 00023 __interface IControl: IUnknown 00024 { 00025 STDMETHODIMP EnableControls([out, retval]CMPRESULT* result); 00026 STDMETHODIMP DisableControls([out, retval]CMPRESULT* result); 00027 STDMETHODIMP GetControlsFlags([out]PINT16 controlFlags, [out, retval]CMPRESULT* result); 00028 }; 00029