Mobile SDK for Windows Apps2.0
Transforming Windows apps into Mobile apps
|
#include <Device.h>
Inherited by CitrixMobile.
Public Member Functions | |
STDMETHODIMP | GetDevicePropertyBool ([in]CMP_DEV_BOOL_PROP_ID propertyId,[out]VARIANT_BOOL *value,[out, retval]CMPRESULT *result) |
Get a boolean mobile device property setting. | |
STDMETHODIMP | GetDevicePropertyString ([in]CMP_DEV_STRING_PROP_ID propertyId,[out]BSTR *string,[out, retval]CMPRESULT *result) |
Get a string mobile device property setting. |
STDMETHODIMP ICMPDevice::GetDevicePropertyBool | ( | [in] CMP_DEV_BOOL_PROP_ID | propertyId, |
[out] VARIANT_BOOL * | value, | ||
[out,retval] CMPRESULT * | result | ||
) |
Get a boolean mobile device property setting.
This is useful for determining more granular features on the device and also an easy way to publish flexible information.
propertyId | - unique property Id to get |
value | - returned value for property |
result | - result of the operation |
Reimplemented in CitrixMobile.
STDMETHODIMP ICMPDevice::GetDevicePropertyString | ( | [in] CMP_DEV_STRING_PROP_ID | propertyId, |
[out] BSTR * | string, | ||
[out,retval] CMPRESULT * | result | ||
) |
Get a string mobile device property setting.
This is useful for determining more granular features on the device and also an easy way to publish flexible information.
propertyId | - unique property Id to get |
string | - returned value for property |
result | - result of the operation |
Reimplemented in CitrixMobile.