Platform SDK: TAPI |
Initializes the conference blob based on a textual string. If pBlob is NULL, default values are used.
HRESULT Init( BSTR pName, BLOB_CHARACTER_SET CharacterSet, BSTR pBlob );
Value | Meaning |
---|---|
S_OK | Method succeeded. |
E_INVALIDARG | The pName, CharacterSet, or pBlob parameter is not valid. |
E_OUTOFMEMORY | Insufficient memory exists to perform the operation. |
E_FAIL | Unspecified error. |
E_NOTIMPL | This method is not yet implemented. |
ITConferenceBlob::Init will return a failure if the blob has already been initialized.
The application must use SysAllocString to allocate memory for the pName and pBlob parameters. The application must use SysFreeString to free the memory when the variables are no longer needed.
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Sdpblb.h.
Library: Use Sdpblbid.lib.