|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "DeviceResources.h"#include "DirectXHelper.h"#include "RenderContext.h"#include "ServiceBroker.h"#include "guilib/GUIComponent.h"#include "guilib/GUIWindowManager.h"#include "messaging/ApplicationMessenger.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "utils/SystemInfo.h"#include "utils/log.h"#include "windowing/GraphicContext.h"#include "platform/win32/CharsetConverter.h"#include "platform/win32/WIN32Util.h"Namespaces | |
| namespace | winrt |
Macros | |
| #define | breakOnDebug |
| #define | LOG_HR(hr) |
| #define | CHECK_ERR() if (FAILED(hr)) { LOG_HR(hr); breakOnDebug; return; } |
| #define | RETURN_ERR(ret) if (FAILED(hr)) { LOG_HR(hr); breakOnDebug; return (##ret); } |
| #define breakOnDebug |
| #define CHECK_ERR | ( | ) | if (FAILED(hr)) { LOG_HR(hr); breakOnDebug; return; } |
| #define LOG_HR | ( | hr | ) |
| #define RETURN_ERR | ( | ret | ) | if (FAILED(hr)) { LOG_HR(hr); breakOnDebug; return (##ret); } |