Hi All,
I am trying to write an application that checks for the outgoing calls and
as soon as it finds a specified call it tries to dissconnect it.
I am using
LineSetCallPrivilege(g_hCall, LINECALLPRIVILEGE_OWNER);
then
LONG lDropLine = lineDrop(g_hCall, NULL,0);
it drops it fine......
but the problem is that on the Notification Area a message appears
Operation Failed....
I want to know how to avoid this message
second problem is when I dial using
tapiRequestMakeCall(_T("111"), NULL, NULL, NULL);
from my application a Notification of connected appears from the
notification area, I also want to avoid this notification.
regards
Aftab Alam