ITParticipant::get_MediaTypes method

[get_MediaTypes is not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The get_MediaTypes method gets the media types associated with a participant.

Syntax

HRESULT get_MediaTypes(
  [out] long *plMediaType
);

Parameters

plMediaType [out]

Pointer to media type flags, such as TAPIMEDIATYPE_VIDEO.

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
E_POINTER
The plMediaType parameter is not a valid pointer.

Requirements

Requirement Value
TAPI version
Requires TAPI 3.0 or later
Header
Ipmsp.h
Library
Uuid.lib
DLL
Tapi3.dll

See also

ITParticipant

media types