Share via


BthAGGetSpeedDial (Windows CE 5.0)

Send Feedback

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.

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 Values

Returns TRUE if the function successfully retrieves the phone number, otherwise it returns FALSE.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Btagpub.h.
Link Library: Btagsvc_phoneext.lib.

See Also

Phone-Extension Component

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.