ReactOS 0.4.16-dev-820-g96aa1ee
|
#include <atlsimpstr.h>
Public Member Functions | |
CNilStringData () noexcept | |
void | SetManager (_In_ IAtlStringMgr *pMgr) noexcept |
![]() | |
void * | data () noexcept |
void | AddRef () noexcept |
void | Release () noexcept |
bool | IsLocked () const noexcept |
bool | IsShared () const noexcept |
Public Attributes | |
wchar_t | achNil [2] |
![]() | |
IAtlStringMgr * | pStringMgr |
int | nAllocLength |
int | nDataLength |
long | nRefs |
Definition at line 87 of file atlsimpstr.h.
|
inlinenoexcept |
Definition at line 91 of file atlsimpstr.h.
|
inlinenoexcept |
Definition at line 101 of file atlsimpstr.h.
Referenced by ATL::CAtlStringMgr::CAtlStringMgr().
wchar_t ATL::CNilStringData::achNil[2] |
Definition at line 108 of file atlsimpstr.h.
Referenced by CNilStringData().