tdesktop/Telegram/SourceFiles/platform/win/windows_app_user_model_id.h

25 lines
525 B
C++

/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once
#include "platform/win/wrapper_windows_h.h"
namespace Platform {
namespace AppUserModelId {
void cleanupShortcut();
void checkPinned();
const WCHAR *getId();
bool validateShortcut();
const PROPERTYKEY &getKey();
} // namespace AppUserModelId
} // namespace Platform