IVoIPCallerInfoRecord::SpeedDialEntry

This method sets or gets 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( 
  int idxSpeedDial 
);
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

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.