Windows Mobile 中电话相关API(MSDN)

来源:互联网 发布:知天命尽人事什么意思 编辑:程序博客网 时间:2024/04/25 07:52

Phone Functions

Windows Mobile 6.5
4/8/2010

The following table shows the Phone API functions with a description of the purpose of each.

Programming elementDescription

PhoneAddSpeedDial

Adds an entry to the speed dial list.

PhoneCloseCallLog

Closes the call log.

PhoneGetCallLogEntry

Returns the information for the specified call log entry and then advances the seek pointer to the next entry in the call log.

PhoneIsEmergencyNumber

Determines if a string contains an emergency number.

PhoneMakeCall

Dials the specified phone number.

PhoneOpenCallLog

Opens the call log and sets the seek pointer to start searching from the beginning of the log.

PhoneSeekCallLog

Initiates a search that ends at a given entry in a call log.

PhoneSendDTMFStart

Enables the phone to send DTMF tones.

PhoneSendDTMFStop

Stops the sending of DTMF tones.

PhoneShowCallLog

Shows the call log, and filters it.