- Joined
- Mar 17, 2016
- Messages
- 40
- Reaction score
- 0
Hi,
Do 3CX API works with multi instance application. Because i can see that the is hold statics Variables
[DllImport("kernel32.dll", EntryPoint = "GetPrivateProfileStringA")]
static extern int GetKeyValueA ( string strSection, string strKeyName, string strNull, StringBuilder RetVal, int nSize, string strFileName );
So can we call to PBX From the same application?
Do 3CX API works with multi instance application. Because i can see that the is hold statics Variables
[DllImport("kernel32.dll", EntryPoint = "GetPrivateProfileStringA")]
static extern int GetKeyValueA ( string strSection, string strKeyName, string strNull, StringBuilder RetVal, int nSize, string strFileName );
So can we call to PBX From the same application?