Поделиться через


CStrBufT::operator PCXSTR

Directly accesses characters stored in the associated string object as a C-style string.

operator PCXSTR( ) const throw( );

Возвращаемое значение

A character pointer to the string's data.

Заметки

Call this function to return a pointer to the character buffer of a string object. The contents of the string object cannot be changed with this pointer.

Требования

Header: atlsimpstr.h

См. также

Основные понятия

CStrBufT Class

CStrBufT Members

CStrBufT::operator PXSTR

CStrBufT::PCXSTR