Platform SDK: TAPI

ITConferenceBlob::get_CharacterSet

Gets BLOB_CHARACTER_SET descriptor of character set used in current conference blob.

HRESULT get_CharacterSet( 
    BLOB_CHARACTER_SET *pCharacterSet
);

Parameters

pCharacterSet
[out, retval] Pointer to BLOB_CHARACTER_SET descriptor of character set.

Return Values

Value Meaning
S_OK Method succeeded.
E_POINTER The pCharacterSet parameter is not a valid pointer.
E_OUTOFMEMORY Insufficient memory exists to perform the operation.
E_FAIL Unspecified error.
E_NOTIMPL This method is not yet implemented.
E_INVALIDARG pCharacterSet is NULL.
(HRESULT) ERROR_INVALID_DATA The current character set is invalid or unavailable.

Requirements

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

See Also

ITConferenceBlob, BLOB_CHARACTER_SET