IVoIPCallerInfoRecord::SpeedDialEntry (Windows CE 5.0)

Send Feedback

This method sets or retrieves the numeric speed dial index of the caller. The UI is responsible for assigning meaning to the speed dial index. The VoIP Manager does not use SpeedDialEntry.

HRESULT put_SpeedDialEntry( intidxSpeedDial);HRESULT get_SpeedDialEntry( int* pidxSpeedDial);

Parameters

  • idxSpeedDial, pidxSpeedDial
    [in, out] The numeric speed dial index of the caller. The only predetermined value is VOIP_INVALID_SPEED_DIAL_ENTRY, which should be used to indicate an entry with no associated speed dial index.

Return Values

If the HRESULT value passed to SUCCEEDED macro returns TRUE, the method succeeded. Otherwise, the method failed.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Voipstore.idl.
Link Library: Voipguid.lib.

See Also

VoIP Application Interface Layer Architecture | VoIP Application Interface Layer Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.