Mobile SDK for Windows Apps2.0
Transforming Windows apps into Mobile apps
|
#include <Phone.h>
Inherited by CitrixMobile.
Public Member Functions | |
STDMETHODIMP | StartPhoneCall ([in]BSTR phoneNumber,[in]CMP_UNIQUE_ID phoneCallId,[out, retval]CMPRESULT *result) |
Start a phone call. |
STDMETHODIMP IPhone::StartPhoneCall | ( | [in] BSTR | phoneNumber, |
[in] CMP_UNIQUE_ID | phoneCallId, | ||
[out, retval] CMPRESULT * | result | ||
) |
Start a phone call.
Initiate a phone call using the mobile device. It is important to worry about how this could be used so it assumed that the dialing process is not fully automated.
phoneNumber | - phone number to dial |
phoneCallId | - unique identifier for phone call |
result | - result of the operation |
Reimplemented in CitrixMobile.