Share via


INmManagerNotify::CallCreated

The NetMeeting run time calls the CallCreated method as an event sink for notifications when a new incoming or outgoing Call object has been created.

HRESULT CallCreated(
  INmCall *pCall);

Parameters

  • pCall
    [in] Pointer to the INmCall interface pointer on the Call object.

Return Values

  • S_OK
    This must be returned by the client implementation.

Remarks

The notification occurs only when a NetMeeting client application called INmManager::Initialize with initialization mode NM_INIT_CONTROL.

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

INmManager, Conference Manager Notification Object, Conference Manager Notification Object Details