ReactOS
0.4.15-dev-4914-g2220e56
|
#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 257 of file atlcomcli.h.
|
inline |
Definition at line 262 of file atlcomcli.h.
|
inline |
Definition at line 267 of file atlcomcli.h.
|
inline |
Definition at line 275 of file atlcomcli.h.
|
inline |
Definition at line 283 of file atlcomcli.h.
|
inline |
Definition at line 291 of file atlcomcli.h.
Definition at line 314 of file atlcomcli.h.
|
inline |
Definition at line 319 of file atlcomcli.h.
|
inline |
Definition at line 326 of file atlcomcli.h.
Definition at line 349 of file atlcomcli.h.
Definition at line 393 of file atlcomcli.h.
|
inline |
Definition at line 362 of file atlcomcli.h.
Referenced by CopyTo().
Definition at line 369 of file atlcomcli.h.
|
inline |
Definition at line 355 of file atlcomcli.h.
Definition at line 388 of file atlcomcli.h.
Definition at line 377 of file atlcomcli.h.
|
inline |
Definition at line 337 of file atlcomcli.h.
|
inline |
Definition at line 332 of file atlcomcli.h.
|
inline |
Definition at line 342 of file atlcomcli.h.
BSTR ATL::CComBSTR::m_str |
Definition at line 260 of file atlcomcli.h.
Referenced by Attach(), ByteLength(), CComBSTR(), Copy(), Detach(), CShellBrowser::FireNavigateComplete(), CFolderItemVerb::Init(), Length(), LoadString(), operator &(), operator BSTR(), operator=(), and ~CComBSTR().