Platform SDK: TAPI

BLOB_CHARACTER_SET

Indicates the character set used by the current conference blob.

typedef enum BLOB_CHARACTER_SET
{
  BCS_ASCII   = 1,
  BCS_UTF7    = 2,
  BCS_UTF8    = 3
} BLOB_CHARACTER_SET;

Members

BCS_ASCII
Standard ASCII format.
BCS_UTF7
Seven-bit transformation format of Unicode. For details on this format, conduct an Internet search for RFC 1642.
BCS_UTF8
UCS Transformation Format 8. For details on this format, conduct an Internet search for ISO (the International Organization for Standardization) and IEC (the International Electrotechnical Commission) document ISO/IEC JTC1/SC2/WG2 N 1036, dated August 1, 1994, by WG2 Project Editor.

Requirements

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

See Also

ITDirectoryObjectConference, get_CharacterSet, Init, SetConferenceBlob