![]() |
SwyxIt! Client SDK 14.20
|
import "CLMgrPub.idl";
Public Member Functions | |
HRESULT | CreateJournalEntry ([in] BSTR Subject, [in] BSTR Body, [in] long lDuration, [in] BSTR sCharging, [in] DATE StartDate, [in] BOOL bPopUp) |
Client Journal Add In interface; used by Client Line Manager for creating new journal entries and popping them up
This interface has to be implemented by a Line Manager PlugIn if it allows creating new journal entries.
HRESULT IClientJournalAddIn::CreateJournalEntry | ( | [in] BSTR | Subject, |
[in] BSTR | Body, | ||
[in] long | lDuration, | ||
[in] BSTR | sCharging, | ||
[in] DATE | StartDate, | ||
[in] BOOL | bPopUp ) |
Creates a new journal enty. The [in]-Parameters specify exactly what will be written into the journal entry bPopUp specifies if the created entry will show up after creation