2024-08-08 15:26:43 +01:00
|
|
|
namespace PowerToys
|
|
|
|
|
{
|
|
|
|
|
namespace Interop
|
|
|
|
|
{
|
|
|
|
|
[default_interface] static runtimeclass Constants {
|
|
|
|
|
static UInt32 VK_WIN_BOTH {get; };
|
|
|
|
|
static String AppDataPath();
|
|
|
|
|
static String PowerLauncherSharedEvent();
|
|
|
|
|
static String PowerLauncherCentralizedHookSharedEvent();
|
|
|
|
|
static String RunSendSettingsTelemetryEvent();
|
|
|
|
|
static String RunExitEvent();
|
|
|
|
|
static String FZEExitEvent();
|
|
|
|
|
static String FZEToggleEvent();
|
|
|
|
|
static String ColorPickerSendSettingsTelemetryEvent();
|
|
|
|
|
static String ShowColorPickerSharedEvent();
|
2024-08-22 16:17:12 +02:00
|
|
|
static String AdvancedPasteShowUIMessage();
|
|
|
|
|
static String AdvancedPasteMarkdownMessage();
|
|
|
|
|
static String AdvancedPasteJsonMessage();
|
|
|
|
|
static String AdvancedPasteCustomActionMessage();
|
2024-08-08 15:26:43 +01:00
|
|
|
static String ShowPowerOCRSharedEvent();
|
|
|
|
|
static String MouseJumpShowPreviewEvent();
|
|
|
|
|
static String AwakeExitEvent();
|
|
|
|
|
static String ShowPeekEvent();
|
|
|
|
|
static String PowerAccentExitEvent();
|
|
|
|
|
static String ShortcutGuideTriggerEvent();
|
|
|
|
|
static String RegistryPreviewTriggerEvent();
|
|
|
|
|
static String MeasureToolTriggerEvent();
|
|
|
|
|
static String GcodePreviewResizeEvent();
|
|
|
|
|
static String QoiPreviewResizeEvent();
|
|
|
|
|
static String DevFilesPreviewResizeEvent();
|
|
|
|
|
static String MarkdownPreviewResizeEvent();
|
|
|
|
|
static String PdfPreviewResizeEvent();
|
|
|
|
|
static String SvgPreviewResizeEvent();
|
|
|
|
|
static String ShowHostsSharedEvent();
|
|
|
|
|
static String ShowHostsAdminSharedEvent();
|
|
|
|
|
static String CropAndLockThumbnailEvent();
|
|
|
|
|
static String CropAndLockReparentEvent();
|
|
|
|
|
static String ShowEnvironmentVariablesSharedEvent();
|
|
|
|
|
static String ShowEnvironmentVariablesAdminSharedEvent();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|