![]() |
SwyxIt! Client SDK 14.20
|
import "CLMgrPub.idl";
Public Member Functions | |
HRESULT | ShowContact ([in] BSTR Number, [in] BSTR Name, [in] BOOL bCreateIfNotExists, [in] BOOL bPopUp) |
Client Contact Add In interface; used by Client Line Manager for searching contacts and possibly creating them if it does not exist
This interface has to be implemented by a Line Manager PlugIn if it allows showing contacts.
HRESULT IClientContactAddIn::ShowContact | ( | [in] BSTR | Number, |
[in] BSTR | Name, | ||
[in] BOOL | bCreateIfNotExists, | ||
[in] BOOL | bPopUp ) |
Shows an existing contact or possibly creates it if it does not The contact is searched by content of the Number-Parameter like it is done in ResolveName. If an existing contact is found, the Name-Parameter is ignored and the contact is displayed if bPopUp == TRUE. If the contact does not exist yet, it is created, if bCreateIfNotExists == TRUE and likely displayed if bPopUp == TRUE.