INmCall::Reject

Use the Reject method to reject an incoming call that is an invitation to a conference.

HRESULT Reject(void);

Return Values

NetMeeting client applications can use the SUCCEEDED and FAILED macros in winerror.h to check return values.

Return values can include RPC layer errors or any of the following values.

  • S_OK
    The call was rejected successfully.
  • E_FAIL
    The call state is not NM_CALL_RING or the call is not incoming.

Remarks

This method is valid for incoming calls only during the time that the call state equals NM_CALL_RING.

Requirements

**  Windows NT/2000:** Requires Windows NT 4.0 SP3 or later.
**  Windows 95/98:** Requires Windows 95 or later. Available as a redistributable for Windows 95.
**  Header:** Imsconf2.idl.

See Also

INmCall, Call Object, Call Object Details