Share via


IVoIPCallerInfoRecord::DeleteFromDB (Windows Embedded CE 6.0)

1/6/2010

This method deletes the caller information record from the database.

Note

This method does not release the COM pointer. The pointer still points to a valid object. All the fields in the record contain the same data as before the call was made. A call to IVoIPCallerInfoRecord::Commit will re-commit the record to the database. To release the object, call IUnknown::Release.

Syntax

HRESULT DeleteFromDB();

Parameters

None.

Return Value

The following table shows the possible return value.

Value Description

VOIP_E_RECORDNOTINDB

The record does not exist in the database. This method deletes only existing records.

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