To reject an incoming call, use nccRejectCall.
DWORD NMSAPI nccRejectCall ( NCC_CALLHD callhd, unsigned method, void *rejectparms)
Argument |
Description |
||||||||||
callhd |
Call handle returned to the application with the NCCEVN_SEIZURE_DETECTED event. |
||||||||||
method |
Method used to reject the call.
|
||||||||||
rejectparms |
Not used. |
ret = nccRejectCall( callhd, reject, NULL );