CGopherLocator::operator LPCTSTR
This useful casting operator provides an efficient method to access the null-terminated C string contained in a CGopherLocator object.
operator LPCTSTR ( ) const;
Возвращаемое значение
A character pointer to the string's data.
Заметки
No characters are copied; only a pointer is returned.
Требования
Header: afxinet.h