![]() |
SwyxIt! Client SDK 14.20
|
import "CLMgrPub.idl";
Public Member Functions | |
HRESULT | PubOnLineMgrNotification ([in] long msg, [in] long param) |
event interface for client line manager events can be used from C++ clients for receiving client line manager messages via connection point dispinterface IClientLineMgrEvents for VB clients can be retreived from type library CLMGRLib
HRESULT IClientLineMgrEventsPub::PubOnLineMgrNotification | ( | [in] long | msg, |
[in] long | param ) |
signal line manager message to client msg: same as wParam send with WM_LineMgrNotification -> PubCLMgrMessages param: same as lParam send with WM_LineMgrNotification -> PubCLMgrMessages