SwyxIt! Client SDK 14.20
Loading...
Searching...
No Matches
IClientLineMgrEventsPub Interface Reference

import "CLMgrPub.idl";

Inheritance diagram for IClientLineMgrEventsPub:

Public Member Functions

HRESULT PubOnLineMgrNotification ([in] long msg, [in] long param)
 

Detailed Description

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

Member Function Documentation

◆ PubOnLineMgrNotification()

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


The documentation for this interface was generated from the following file: