ReactOS 0.4.16-dev-1311-g81a4d83
|
#include <atlcomcli.h>
Public Member Functions | |
CComBSTR () | |
CComBSTR (LPCOLESTR pSrc) | |
CComBSTR (int length) | |
CComBSTR (int length, LPCOLESTR pSrc) | |
CComBSTR (PCSTR pSrc) | |
CComBSTR (const CComBSTR &other) | |
CComBSTR (REFGUID guid) | |
~CComBSTR () | |
operator BSTR () const | |
BSTR * | operator& () |
CComBSTR & | operator= (const CComBSTR &other) |
void | Attach (BSTR bstr) |
BSTR | Detach () |
BSTR | Copy () const |
HRESULT | CopyTo (BSTR *other) const |
bool | LoadString (HMODULE module, DWORD uID) |
unsigned int | Length () const |
unsigned int | ByteLength () const |
Public Attributes | |
BSTR | m_str |
Definition at line 287 of file atlcomcli.h.
|
inline |
Definition at line 292 of file atlcomcli.h.
|
inline |
Definition at line 297 of file atlcomcli.h.
|
inline |
Definition at line 305 of file atlcomcli.h.
|
inline |
Definition at line 313 of file atlcomcli.h.
|
inline |
Definition at line 321 of file atlcomcli.h.
Definition at line 344 of file atlcomcli.h.
|
inline |
Definition at line 349 of file atlcomcli.h.
|
inline |
Definition at line 356 of file atlcomcli.h.
Definition at line 379 of file atlcomcli.h.
Definition at line 423 of file atlcomcli.h.
|
inline |
Definition at line 399 of file atlcomcli.h.
|
inline |
Definition at line 385 of file atlcomcli.h.
Definition at line 418 of file atlcomcli.h.
Definition at line 407 of file atlcomcli.h.
|
inline |
Definition at line 362 of file atlcomcli.h.
|
inline |
Definition at line 367 of file atlcomcli.h.
Definition at line 372 of file atlcomcli.h.
BSTR ATL::CComBSTR::m_str |
Definition at line 290 of file atlcomcli.h.
Referenced by Attach(), ByteLength(), CComBSTR(), Copy(), Detach(), CShellBrowser::FireNavigateComplete(), CFolderItemVerb::Init(), Length(), LoadString(), operator BSTR(), operator&(), operator=(), and ~CComBSTR().