Share via


NMCH_*

The NMCH_* constants designate the NetMeeting 3 channel types that generate notifications for NetMeeting client applications. A NetMeeting client application designates these channel types when calling INmManager::Initialize and INmManager::CreateConference, which creates a new conference.

#define NMCH_NONE         0x00000000
#define NMCH_DATA         0x00000001
#define NMCH_AUDIO        0x00000002
#define NMCH_VIDEO        0x00000004
#define NMCH_SHARE        0x00000010
#define NMCH_FT           0x00000020
#define NMCH_ALL          0x0000FFFF
#define NMCH_SECURE       0x00010000

Elements

  • NMCH_NONE
    Uninitialized or no defined channel types.
  • NMCH_DATA
    Data channel type.
  • NMCH_AUDIO
    Audio channel type.
  • NMCH_VIDEO
    Video channel type.
  • NMCH_SHARE
    Sharable application channel type.
  • NMCH_FT
    File transfer channel type.
  • NMCH_ALL
    All channel types.
  • NMCH_SECURE
    A secure channel independent of the type of data communicated on the channel.

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::CreateConference, INmManager::Initialize, INmSysInfo::GetNmchCaps, INmConference::GetNmchCaps, INmMember::GetNmchCaps