BthAGGetLastDialed

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This function is called by the Audio Gateway (AG) service to retrieve the number last dialed on the device.

Syntax

BOOL BthAGGetLastDialed(
  LPWSTR pwszNumber
);

Parameters

  • pwszNumber
    [out] Points to a string that receives the number. This string follows a standard phone number format that was last dialed on the device.

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

See Also

Reference

Phone-Extension Component