Mobile SDK for Windows Apps2.0
Transforming Windows apps into Mobile apps
|
#include <Display.h>
Inherited by CitrixMobile.
Public Member Functions | |
STDMETHODIMP | GetOrientation ([out]CMP_ORIENTATION_DATA *orientationData,[out, retval]CMPRESULT *result) |
STDMETHODIMP | SetOrientation ([in]CMP_ORIENTATION_POSITION orientation,[in]INT16 orientationFlags,[out, retval]CMPRESULT *result) |
STDMETHODIMP | SetSupportedOrientations ([in]CMP_SUPPORTED_ORIENTATIONS supportedOrientations,[out, retval]CMPRESULT *result) |
STDMETHODIMP | GetSupportedOrientations ([out]CMP_SUPPORTED_ORIENTATIONS *supportedOrientations,[out, retval]CMPRESULT *result) |
STDMETHODIMP IOrientation::GetOrientation | ( | [out] CMP_ORIENTATION_DATA * | orientationData, |
[out, retval] CMPRESULT * | result | ||
) |
Reimplemented in CitrixMobile.
STDMETHODIMP IOrientation::GetSupportedOrientations | ( | [out] CMP_SUPPORTED_ORIENTATIONS * | supportedOrientations, |
[out, retval] CMPRESULT * | result | ||
) |
Reimplemented in CitrixMobile.
STDMETHODIMP IOrientation::SetOrientation | ( | [in] CMP_ORIENTATION_POSITION | orientation, |
[in] INT16 | orientationFlags, | ||
[out, retval] CMPRESULT * | result | ||
) |
Reimplemented in CitrixMobile.
STDMETHODIMP IOrientation::SetSupportedOrientations | ( | [in] CMP_SUPPORTED_ORIENTATIONS | supportedOrientations, |
[out, retval] CMPRESULT * | result | ||
) |
Reimplemented in CitrixMobile.