Add GetPackageFullName helper

This commit is contained in:
ge0rdi
2020-09-20 08:20:34 +02:00
parent 728f982310
commit 95f3a4b09a
2 changed files with 21 additions and 14 deletions

View File

@@ -53,3 +53,6 @@ CComPtr<IContextMenu> GetMetroPinMenu( const wchar_t *appid );
// Determines if Edge is the default browser
bool IsEdgeDefaultBrowser( void );
// Returns full package name for given App ID
CString GetPackageFullName(const wchar_t* appId);