BthAGGetSpeedDial (Windows Embedded CE 6.0)
1/6/2010
This function is called by the Audio Gateway (AG) service to retrieve the destination number that matches the phone specified by the speed dial index.
Syntax
BOOL BthAGGetSpeedDial(
unsigned short usIndex,
LPwSTR pwszNumber
);
Parameters
- usIndex
[in] Specifies the speed dial index.
- pwszNumber
[out] Points to the destination number. The number follows a standard phone number format, dialed using speed dial.
Return Value
Returns TRUE if the function successfully retrieves the phone number, otherwise it returns FALSE.
Requirements
Header | btagpub.h |
Library | Btagsvc_phoneext.lib |
Windows Embedded CE | Windows CE 5.0 and later |