WinStd
Windows Win32 API using Standard C++
|
Base template class to support string formatting using FormatMessage()
style templates.
More...
#include <WinStd/Common.h>
Public Member Functions | |
basic_string_msg (DWORD dwFlags, LPCVOID lpSource, DWORD dwMessageId, DWORD dwLanguageId, va_list *Arguments) | |
Initializes a new string and formats its contents using FormatMessage() style. | |
basic_string_msg (DWORD dwFlags, LPCVOID lpSource, DWORD dwMessageId, DWORD dwLanguageId, DWORD_PTR *Arguments) | |
Initializes a new string and formats its contents using FormatMessage() style. | |
basic_string_msg (DWORD dwFlags, LPCTSTR pszFormat, va_list *Arguments) | |
Initializes a new string and formats its contents using FormatMessage() style. | |
basic_string_msg (DWORD dwFlags, LPCTSTR pszFormat, DWORD_PTR *Arguments) | |
Initializes a new string and formats its contents using FormatMessage() style. | |
Initializing string using template in memory | |
basic_string_msg (const _Elem *format,...) | |
Initializes a new string and formats its contents using FormatMessage() style template. | |
Initializing string using template in resources | |
basic_string_msg (HINSTANCE hInstance, UINT nFormatID,...) | |
Initializes a new string and formats its contents using FormatMessage() style template in resources. | |
basic_string_msg (HINSTANCE hInstance, WORD wLanguageID, UINT nFormatID,...) | |
Initializes a new string and formats its contents using FormatMessage() style template in resources. | |
Base template class to support string formatting using FormatMessage()
style templates.
|
inline |
Initializes a new string and formats its contents using FormatMessage()
style template.
[in] | format | String template using FormatMessage() style |
|
inline |
Initializes a new string and formats its contents using FormatMessage()
style template in resources.
[in] | hInstance | Resource module handle |
[in] | nFormatID | Resource ID of the string template using FormatMessage() style |
|
inline |
Initializes a new string and formats its contents using FormatMessage()
style template in resources.
[in] | hInstance | Resource module handle |
[in] | wLanguageID | Resource language |
[in] | nFormatID | Resource ID of the string template using FormatMessage() style |
|
inline |
Initializes a new string and formats its contents using FormatMessage()
style.
|
inline |
Initializes a new string and formats its contents using FormatMessage()
style.
|
inline |
Initializes a new string and formats its contents using FormatMessage()
style.
|
inline |
Initializes a new string and formats its contents using FormatMessage()
style.