| Platform SDK: TAPI |
Gets BLOB_CHARACTER_SET descriptor of character set used in current conference blob.
HRESULT get_CharacterSet(
BLOB_CHARACTER_SET *pCharacterSet
);
| 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. |
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Sdpblb.h.
Library: Use Sdpblbid.lib.