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;

Return Value

A character pointer to the string's data.

Remarks

No characters are copied; only a pointer is returned.

Requirements

Header: afxinet.h

See Also

Reference

CGopherLocator Class

Hierarchy Chart