IVoIPCallLogDB::CreateRecord (Windows CE 5.0)
This method creates a new call record in a call log database.
HRESULT CreateRecord( VoIPCallType vct,IVoIPCallRecord** ppiRecord );
Parameters
- vct
[in] A VoIPCallType enumeration value specifying the type of call. - ppiRecord
[out] Pointer to the IVoIPCallRecord interface. If the method succeeds, an object is created. The caller must free this object by using Release when it is no longer being used.
Return Values
The following table shows the possible return value.
Value | Description |
---|---|
VOIP_E_NOTINITIALIZED | The database is not initialized.IVoIPCallLogDB::Init must be called before this method can complete successfully. |
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 | IVoIPCallRecord | VoIPCallType
Send Feedback on this topic to the authors