tdesktop/Telegram/SourceFiles/platform/win/windows_app_user_model_id.h
2023-09-21 13:39:26 +04:00

25 lines
534 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 "base/platform/win/base_windows_h.h"
namespace Platform {
namespace AppUserModelId {
void cleanupShortcut();
void checkPinned();
const std::wstring &getId();
bool validateShortcut();
const PROPERTYKEY &getKey();
} // namespace AppUserModelId
} // namespace Platform