ITravelLogEx :: DeleteIndexEntry

Declaration

HRESULT
ITravelLogEx :: DeleteIndexEntry (
    IUnknown *punk,
    int iOffset);

Parameters

The punk argument provides the travel log client’s callback interfaces.

The iOffset argument specifies the entry that is to be deleted. The value is the distance forwards or backwards from the current entry.

Return Value

The function returns zero for success, else an error code.