majidjm
Programmer
- Aug 4, 2010
- 37
Hi
My problem is that I don't know what I have to set in in the below function stead of callback1[/color red] parameter:
int result = MitaiClient80.SXSetCallback(__arglist
(
Constants.SX_PBX_HANDLE, hPbxObject,
Constants.SX_CALLBACK_PROC, callback1[/color red],
Constants.SX_CALLBACK_DATA_PTR,
null
)
);
I know I have to set a proceture here but I don't know what proceture I have to add?
I will appreciate you if you help me
My problem is that I don't know what I have to set in in the below function stead of callback1[/color red] parameter:
int result = MitaiClient80.SXSetCallback(__arglist
(
Constants.SX_PBX_HANDLE, hPbxObject,
Constants.SX_CALLBACK_PROC, callback1[/color red],
Constants.SX_CALLBACK_DATA_PTR,
null
)
);
I know I have to set a proceture here but I don't know what proceture I have to add?
I will appreciate you if you help me