|
Compounds |
| class | c_str_ptr_CWindow_proxy |
| | This class provides an intermediary object that may be returned by the c_str_ptr() function, such that the window text of a given window may be accessed as a null-terminated string. More...
|
| class | c_str_ptr_null_CWindow_proxy |
| | This class provides an intermediary object that may be returned by the c_str_ptr_null() function, such that the window text of a given window may be accessed as a null-terminated string. More...
|
Functions |
| c_str_ptr_null_CWindow_proxy | c_str_ptr_null (::ATL::CWindow const &w) |
| | Returns the corresponding C-string pointer of the CWindow w, or a null pointer.
|
| LPCOLESTR | c_str_ptr_null (::ATL::CComBSTR const &s) |
| | Returns the corresponding C-string pointer of the CComBSTR s, or a null pointer.
|
| c_str_ptr_CWindow_proxy | c_str_ptr (::ATL::CWindow const &w) |
| | Returns the corresponding C-string pointer of the CWindow w.
|
| LPCOLESTR | c_str_ptr (::ATL::CComBSTR const &s) |
| | Returns the corresponding C-string pointer of the CComBSTR s.
|
| as_size_t | c_str_len (::ATL::CWindow const &w) |
| | Returns the length (in characters) of the contents of the window w, not including the null-terminating character.
|
| as_size_t | c_str_len (::ATL::CComBSTR const &s) |
| | Returns the length (in characters) of the CComBSTR s, not including the null-terminating character.
|
| as_size_t | c_str_size (::ATL::CWindow const &w) |
| | Returns the size (in bytes) of the contents of the window w, not including the null-terminating character.
|
| as_size_t | c_str_size (::ATL::CComBSTR const &s) |
| | Returns the size (in bytes) of the CComBSTR s, not including the null-terminating character.
|