IVoIPCallerInfoRecord::DeleteFromDB (Windows CE 5.0)
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 Commit will re-commit the record to the database. To release the object, call Release.
HRESULT DeleteFromDB();
Parameters
None.
Return Values
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. |
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
Send Feedback on this topic to the authors