Platform SDK: TAPI

ITConferenceBlob

The ITConferenceBlob interface manipulates a textual conference description. The interface is meant to be independent of the format and syntax of the conference description. To manipulate specific aspects of the conference description, the application must query for another interface. Currently, only SDP conference descriptions are supported; the application must QueryInterface for ITSdp to access the various fields of the SDP conference description.

Methods in Vtable Order

IUnknown Methods

IDispatch Methods

ITConferenceBlob Methods Description
Init Initializes conference blob.
get_CharacterSet Gets BLOB_CHARACTER_SET indicator of whether blob characters are in ASCII, unicode, etc.
get_ConferenceBlob Gets pointer to conference blob.
SetConferenceBlob Commits changes to conference blob.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Sdpblb.h.
  Library: Use Sdpblbid.lib.