Altigen AltiAgent ActiveX Programmer's Manual page 14

Table of Contents

Advertisement

14
AltiAgent ActiveX Programmer's Guide
VC++ Syntax
long DropCall();
VB++ Syntax
long DropCall();
Return type
0 - Drop call command is sent successfully
!=
0 - Unknown error occurs
VC++ Example
long result = m_altictrl.DropCall();
VB Example
Dim data As Long
data = AltiCtrl1.DropCall()
SetBK
Description
Sets the background color of AltiCtrl.
VC++ Syntax
long SetBk(short sRed, short sGreen, short sBlue)
VB++ Syntax
long SetBk(short sRed, short sGreen, short sBlue)
Parameters
sRed[in]:RGB's red value of the background color of AltiCtrl.
sGreen[in]: RGB's green value of the background color of AltiCtrl.
sBlue[in]: RGB's blue value of the background color of AltiCtrl.
VC++ Example
m_altictrl.SetBk (128, 101, 122);
VB Example
AltiCtrl1.SetBk 128, 101, 122

Advertisement

Table of Contents
loading

Table of Contents