|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_window_traits.h>
Public Types | |
| typedef C | char_type |
| The character type. | |
| typedef ws_size_t | size_type |
| The size type. | |
| typedef ws_ptrdiff_t | difference_type |
| The difference type. | |
Static Public Methods | |
| char_type * | str_copy (char_type *dest, char_type const *src) |
Copies the contents of src to dest. | |
| char_type * | str_cat (char_type *dest, char_type const *src) |
Appends the contents of src to dest. | |
| ws_int_t | str_compare (char_type *dest, char_type const *src) |
Comparies the contents of src and dest. | |
| size_type | str_len (char_type const *src) |
Evaluates the length of src. | |
| ws_int_t | get_window_text_length (HWND hwnd) |
| Gets the number of characters of text for the given window. | |
| ws_int_t | get_window_text (HWND hwnd, char_type *buffer, ws_int_t cchBuff) |
| Retrieves the text for the given window. | |
| ws_bool_t | set_window_text (HWND hwnd, char_type const *buffer) |
| Sets the text for the given window. | |
window_traits is a traits class for determining the correct registry structures and functions for a given character type.
| C | The character type |
|
|
The character type.
|
|
|
The difference type.
|
|
|
The size type.
|
|
||||||||||||||||
|
Retrieves the text for the given window.
|
|
|
Gets the number of characters of text for the given window.
|
|
||||||||||||
|
Sets the text for the given window.
|
|
||||||||||||
|
Appends the contents of
|
|
||||||||||||
|
Comparies the contents of
|
|
||||||||||||
|
Copies the contents of
|
|
|
Evaluates the length of
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |