| 
    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() | 
| #define | RETURN_ERR(ret) | 
| #define breakOnDebug | 
| #define CHECK_ERR | ( | ) | 
| #define LOG_HR | ( | hr | ) | 
| #define RETURN_ERR | ( | ret | ) |