Get Device's Phone Number
This code sample is named GetPhoneNumber. It demonstrates how to retrieve a mobile device's phone number.
lineGetAddressCaps function
lineGetDevCaps function
lineInitializeEx function
lineNegotiateAPIVersion function
-
Navigate to the solution file (*.sln), and double-click it. By default, the solution files are copied to the following folders:
C:\Program Files\Windows Mobile 6.5.3 DTK\Samples\Common\CPP\Win32\GetPhoneNumber
Microsoft Visual Studio launches and loads the solution.
-
Build the solution (Ctrl+Shift+B).
-
Deploy the solution (F5).
For this sample, it is assumed that the mobile device uses a SIM with the device's phone number programmed into it. Some devices do not store their phone number on a SIM. For these devices, there is no way to programmatically determine the device's phone number and this sample will not successfully return the number.
This application does not need to run Privileged (i.e., it does not need to be signed with a certificate from the privileged store).