GetNextEntry Method

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncEventLog.GetNextEntry Method

This function retrieves and clears the oldest event log entry for the IVI session.


[Visual Basic]
Public Function GetNextEntry( _
) As String

[C#]
public String GetNextEntry(
);

[C++]
HRESULT GetNextEntry(
   BSTR* retval
);

Return Value

Remarks

If there are no entries in the event log, then function returns an empty string.

See Also

IIviLxiSyncEventLog Interface | IIviLxiSyncEventLog Members | Ivi.LxiSync.Interop Namespace