Share via


PLUGXPRT_CALL_TYPE

The PLUGXPRT_CALL_TYPE enumeration specifies whether a call request was initiated by a caller or by the recipient of a call.

typedef enum tagPLUGXPRT_CALL_TYPE
{
  PLUGXPRT_UNKNOWN_CALL_TYPE  = 0,
  PLUGXPRT_CALLER             = 1,
  PLUGXPRT_CALLEE             = 2,
}
  PLUGXPRT_CALL_TYPE;

Elements

  • PLUGXPRT_UNKNOWN_CALL_TYPE
    The type of call is unknown.
  • PLUGXPRT_CALLER
    The call request is from a caller.
  • PLUGXPRT_CALLEE
    The call request if from the recipient of a call.

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.
**  Version:** Requires NetMeeting 3.0 or later.
**  Header:** Iplgxprt.idl.

See Also

IPluggableTransport::CreateConnection