ReactOS 0.4.15-dev-6049-ge54b32b
|
#include <atlsimpstr.h>
Public Member Functions | |
CNilStringData () throw () | |
void | SetManager (_In_ IAtlStringMgr *pMgr) throw () |
![]() | |
void * | data () throw () |
void | AddRef () throw () |
void | Release () throw () |
bool | IsLocked () const throw () |
bool | IsShared () const throw () |
Public Attributes | |
wchar_t | achNil [2] |
![]() | |
IAtlStringMgr * | pStringMgr |
int | nAllocLength |
int | nDataLength |
long | nRefs |
Definition at line 81 of file atlsimpstr.h.
|
inline |
Definition at line 85 of file atlsimpstr.h.
|
inline |
Definition at line 95 of file atlsimpstr.h.
Referenced by ATL::CAtlStringMgr::CAtlStringMgr().
wchar_t ATL::CNilStringData::achNil[2] |
Definition at line 102 of file atlsimpstr.h.
Referenced by CNilStringData().