#include <atlstl/shims/access/string/cwindow.hpp>
Public Member Functions | |
| c_str_ptr_null_CWindow_proxy (CWindow const &w) | |
| Constructs an instance of the proxy from the given CWindow instance. | |
| c_str_ptr_null_CWindow_proxy (class_type const &rhs) | |
| ~c_str_ptr_null_CWindow_proxy () throw () | |
| Releases any storage aquired by the proxy. | |
| operator LPCTSTR () const | |
| Returns a null-terminated string representing the window contents, or NULL if the window contains no text. | |
| c_str_ptr_null_CWindow_proxy | ( | CWindow const & | w | ) | [inline, explicit] |
Constructs an instance of the proxy from the given CWindow instance.
| w | The CWindow instance from which the text will be retrieved |
| ~c_str_ptr_null_CWindow_proxy | ( | ) | throw () [inline] |
Releases any storage aquired by the proxy.
| operator LPCTSTR | ( | ) | const [inline] |
Returns a null-terminated string representing the window contents, or NULL if the window contains no text.
1.5.6