Use application name when app user model ID is not available
This commit is contained in:
parent
c060539562
commit
087eeedab8
4 changed files with 24 additions and 13 deletions
|
@ -22,7 +22,9 @@ class ScopedHString {
|
|||
~ScopedHString();
|
||||
|
||||
// Sets to |source|.
|
||||
void Set(const wchar_t* source);
|
||||
void Reset();
|
||||
void Reset(const wchar_t* source);
|
||||
void Reset(const std::wstring& source);
|
||||
|
||||
// Returns string.
|
||||
operator HSTRING() const { return str_; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue