Disconnecting a call

To disconnect a call, use nccDisconnectCall.

Prototype

DWORD NMSAPI nccDisconnectCall ( NCC_CALLHD callhd, void *disconnectparms)

Argument

Description

callhd

Call handle returned to the application with the NCCEVN_SEIZURE_DETECTED event or returned from nccPlaceCall.

disconnectparms

Not used.

Example

ret = nccDisconnectCall( callhd, NULL );