windows mobile - standard dialable number format (c++ tapi) -


i want programatically make calls on windows mobile device using standard c++ tapi linemakecall function. phone number (null-terminated) must in "standard dialable number format".

there function linetranslateaddress should make conversion dialable format.

i testing application , if use nonformated string (ex: 0728000000, valid country), number dialed not recognized (the dialing screen shows: dialing: unknown).

i cannot find information standard format. know format, how should look, or secret?

help please,

thanks,

here msdn documentation page describing format: dialable addresses


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -