Share via


IVoIPCallRecord::CallType (Windows Embedded CE 6.0)

1/6/2010

This method sets or retrieves the call type for this call.

Syntax

HRESULT put_CallType( 
  VoIPCallType vctType 
);
HRESULT get_CallType( 
  VoIPCallType* pvctType 
);

Parameters

  • vctType, pvctType
    [in],[out, retval] VoIPCallType enumeration value indicating the call type.

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

IVoIPCallRecord
VAIL Database Store Reference
VoIPCallType