SophiaFramework UNIVERSE 5.3 |
#include <SFBCallHistory.h.hpp>
class SFBCallHistory : public SFBBase;
SFMTYPEDEFWRAPPER(SFBCallHistory)
BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
---|---|---|---|
X | O | O | O |
Public Functions | |
---|---|
SFCError |
AddEntry(
AEECallHistoryEntry const * entry
)
Add a new entry to the Call History list.
|
SFCError |
Clear( Void )
Delete all entries from the Call History list in the current storage.
|
SFCError |
EnumInit( Void )
Initialize or resets the enumeration in the Call History list.
|
AEECallHistoryEntry const * |
EnumNext(
SInt32Ptr err
)
Retrieve the next entry in the Call History list.
|
static SFBCallHistorySmp |
NewInstance(
SFCErrorPtr exception = null
)
Create a new SFBCallHistory instance.
|
static SFBCallHistorySmp |
NewInstance(
AEECLSID id
, SFCErrorPtr exception = null
)
Create a new SFBCallHistory instance.
|
SFCError |
UpdateEntry(
AEECallHistoryEntry const * entry
)
Replace the current call history entry with the one provided.
|
Protected Functions | |
---|---|
static SFBBaseSmp |
FactoryByCreate(
AEECLSID id
, SFCErrorPtr exception = null
)
(inherits from SFBBase)
Create the instance for the specified ClassID's interface.
|
static SFBBaseSmp |
FactoryByQuery(
SFBQuerySmpConstRef query
, AEECLSID id
, SFCErrorPtr exception = null
)
(inherits from SFBBase)
Create the instance for the specified ClassID's interface using the SFBQuery instance.
|
[ public ] SFCError AddEntry( AEECallHistoryEntry const * entry // new entry );
If the maximum number of entries is reached, the function will typically delete the oldest entry in the list before adding the new entry.
[ public ] SFCError Clear(Void);
[ public ] SFCError EnumInit(Void);
[ public ] AEECallHistoryEntry const * EnumNext( SInt32Ptr err // pointer to an integer to hold any error value, set to: // success if successful // or at end of enumeration EFAILED or another BREW error if an error occurs );
[ public, static ] SFBCallHistorySmp NewInstance( SFCErrorPtr exception = null // Error );
[ public, static ] SFBCallHistorySmp NewInstance( AEECLSID id // Class ID SFCErrorPtr exception = null // Error );
[ public ] SFCError UpdateEntry( AEECallHistoryEntry const * entry // new data to replace existing entry );
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |