InterviewSolution
| 1. |
How Do I Obtain The Phone Number Of The Device On Which My Application Is Running? |
|
Answer» An application can obtain the phone NUMBER of the DEVICE on which it is running by CALLING ITAPI_GetStatus(). The phone number is in TAPIStatus.szMobileID. An application can obtain the phone number of the device on which it is running by calling ITAPI_GetStatus(). The phone number is in TAPIStatus.szMobileID. |
|