WinStd
Windows Win32 API using Standard C++
|
Wide character implementation of a class to support converting GUID to string. More...
#include <WinStd/Common.h>
Public Member Functions | |
Initializing string using template in memory | |
wstring_guid (const GUID &guid) | |
Initializes a new string and formats its contents to string representation of given GUID. | |
![]() | |
basic_string_guid (const GUID &guid, const wchar_t *format) | |
Initializes a new string and formats its contents to string representation of given GUID. | |
Wide character implementation of a class to support converting GUID to string.
|
inline |
Initializes a new string and formats its contents to string representation of given GUID.
[in] | guid | GUID to convert |