Share via


IVoIPCallerInfoRecord::SpeedDialEntry (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

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

Parameters

  • idxSpeedDial, pidxSpeedDial
    [in],[out, retval] 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 Value

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

Remarks

Note

This documentation applies to functionality implemented in sample code for the VAIL Database Store. For more information, see VAIL Database Store Reference.

Requirements

Header Voipstore.h, voipstore.idl
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

IVoIPCallerInfoRecord
VAIL Database Store Reference