CComBSTR Members
Methods
Appends a string to m_str. |
|
Appends a BSTR to m_str. |
|
Appends a specified number of bytes to m_str. |
|
Creates a BSTR from the first character of each element in the safearray and attaches it to the CComBSTR object. |
|
Assigns a BSTR to m_str. |
|
Attaches a BSTR to the CComBSTR object. |
|
Creates a zero-based one-dimensional safearray, where each element of the array is a character from the CComBSTR object. |
|
Returns the length of m_str in bytes. |
|
The constructor. |
|
The destructor. |
|
Returns a copy of m_str. |
|
Returns a copy of m_str via an [out] parameter |
|
Detaches m_str from the CComBSTR object. |
|
Frees m_str. |
|
Returns the length of m_str. |
|
Loads a string resource. |
|
Loads a BSTR object from a stream. |
|
Converts the string to lowercase. |
|
Converts the string to uppercase. |
|
Saves m_str to a stream. |
Operators
Returns true or false, depending on whether m_str is NULL. |
|
Compares a CComBSTR with a string. |
|
Returns the address of m_str. |
|
Appends a CComBSTR to the object. |
|
Compares a CComBSTR with a string. |
|
Assigns a value to m_str. |
|
Compares a CComBSTR with a string. |
|
Compares a CComBSTR with a string. |
|
Casts a CComBSTR object to a BSTR. |
Data Members
Contains the BSTR associated with the CComBSTR object. |