| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "WinEventsWin32.h"#include "ServiceBroker.h"#include "Util.h"#include "WinKeyMap.h"#include "application/AppInboundProtocol.h"#include "application/Application.h"#include "application/ApplicationComponents.h"#include "application/ApplicationPowerHandling.h"#include "guilib/GUIComponent.h"#include "guilib/GUIControl.h"#include "guilib/GUIWindowManager.h"#include "input/InputManager.h"#include "input/actions/Action.h"#include "input/keyboard/Key.h"#include "input/keyboard/KeyIDs.h"#include "input/mouse/MouseStat.h"#include "input/touch/generic/GenericTouchActionHandler.h"#include "input/touch/generic/GenericTouchSwipeDetector.h"#include "jobs/JobManager.h"#include "messaging/ApplicationMessenger.h"#include "network/Zeroconf.h"#include "network/ZeroconfBrowser.h"#include "peripherals/Peripherals.h"#include "rendering/dx/RenderContext.h"#include "storage/MediaManager.h"#include "utils/StringUtils.h"#include "utils/log.h"#include "platform/win32/CharsetConverter.h"#include "platform/win32/WIN32Util.h"#include "platform/win32/powermanagement/Win32PowerSyscall.h"#include "platform/win32/storage/Win32StorageProvider.h"#include <array>#include <math.h>#include <Shlobj.h>#include <dbt.h>Macros | |
| #define | _USE_MATH_DEFINES | 
| #define | LODWORD(longval) | 
| #define | ROTATE_ANGLE_DEGREE(arg) | 
| #define | GET_X_LPARAM(lp) | 
| #define | GET_Y_LPARAM(lp) | 
| #define | REPEATED_KEYMASK (1<<30) | 
| #define | EXTENDED_KEYMASK (1<<24) | 
| #define | EXTKEYPAD(keypad) | 
| #define | WM_MEDIA_CHANGE (WM_USER + 666) | 
Variables | |
| HWND | g_hWnd = nullptr | 
| uint32_t | g_uQueryCancelAutoPlay = 0 | 
| bool | g_sizeMoveSizing = false | 
| bool | g_sizeMoveMoving = false | 
| int | g_sizeMoveWidth = 0 | 
| int | g_sizeMoveHight = 0 | 
| int | g_sizeMoveX = -10000 | 
| int | g_sizeMoveY = -10000 | 
| SHChangeNotifyEntry | shcne | 
| #define _USE_MATH_DEFINES | 
| #define EXTENDED_KEYMASK (1<<24) | 
| #define EXTKEYPAD | ( | keypad | ) | 
| #define GET_X_LPARAM | ( | lp | ) | 
| #define GET_Y_LPARAM | ( | lp | ) | 
| #define LODWORD | ( | longval | ) | 
| #define REPEATED_KEYMASK (1<<30) | 
| #define ROTATE_ANGLE_DEGREE | ( | arg | ) | 
| #define WM_MEDIA_CHANGE (WM_USER + 666) | 
| HWND g_hWnd = nullptr | 
| int g_sizeMoveHight = 0 | 
| bool g_sizeMoveMoving = false | 
| bool g_sizeMoveSizing = false | 
| int g_sizeMoveWidth = 0 | 
| int g_sizeMoveX = -10000 | 
| int g_sizeMoveY = -10000 | 
| uint32_t g_uQueryCancelAutoPlay = 0 | 
| SHChangeNotifyEntry shcne |