XLL+ Class Library (7.0)

CXlStringArg::GetCharPtr

Gets a pointer to a read-only character buffer

const TCHAR* GetCharPtr( ) const;

Return Value

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.

Requirements

Header: xlpstringarg.h

See Also

CXlStringArg Class | CXlStringArg Methods | CXlStringArg::GetCharPtrA() | CXlStringArg::GetCharPtrW()