Gets a pointer to a read-only character buffer
| const TCHAR* GetCharPtr( ) const; | 
Returns a pointer to a character buffer. The character size depends 
      on whether the Unicode build settings are used.
      In Unicode builds, TCHAR is defined as wchar_t.
        In standard builds, TCHAR is defined as char.
      
Header: xlpstringarg.h
CXlStringArg Class | CXlStringArg Methods | CXlStringArg::GetCharPtrA() | CXlStringArg::GetCharPtrW()