|
| basic_string_msg (1 DWORD dwFlags, 1 LPCVOID lpSource, 1 DWORD dwMessageId, 1 DWORD dwLanguageId, 1 va_list *Arguments) |
| Initializes a new string and formats its contents using FormatMessage() style. More...
|
|
| basic_string_msg (1 DWORD dwFlags, 1 LPCVOID lpSource, 1 DWORD dwMessageId, 1 DWORD dwLanguageId, 1 DWORD_PTR *Arguments) |
| Initializes a new string and formats its contents using FormatMessage() style. More...
|
|
| basic_string_msg (1 DWORD dwFlags, 1 LPCTSTR pszFormat, 1 va_list *Arguments) |
| Initializes a new string and formats its contents using FormatMessage() style. More...
|
|
| basic_string_msg (1 DWORD dwFlags, 1 LPCTSTR pszFormat, 1 DWORD_PTR *Arguments) |
| Initializes a new string and formats its contents using FormatMessage() style. More...
|
|
|
| basic_string_msg (1 1 const _Elem *format,...) |
| Initializes a new string and formats its contents using FormatMessage() style template. More...
|
|
|
| basic_string_msg (1 HINSTANCE hInstance, 1 UINT nFormatID,...) |
| Initializes a new string and formats its contents using FormatMessage() style template in resources. More...
|
|
| basic_string_msg (1 HINSTANCE hInstance, 1 WORD wLanguageID, 1 UINT nFormatID,...) |
| Initializes a new string and formats its contents using FormatMessage() style template in resources. More...
|
|
template<class _Elem, class _Traits, class _Ax>
class winstd::basic_string_msg< _Elem, _Traits, _Ax >
Base template class to support string formatting using FormatMessage()
style templates.