-
-
Notifications
You must be signed in to change notification settings - Fork 548
Expand file tree
/
Copy pathCoreKey.idl
More file actions
21 lines (21 loc) · 964 Bytes
/
CoreKey.idl
File metadata and controls
21 lines (21 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
namespace Notepads.Core
{
[default_interface]
static runtimeclass CoreKey
{
static String PackageSidStr { get; };
static String AppCenterInstallIdStr { get; };
static String LastChangedSettingsKeyStr { get; };
static String LastChangedSettingsAppInstanceIdStr { get; };
static String LaunchElevatedProcessSuccessStr { get; };
static String LaunchElevatedProcessFailedStr { get; };
static String ExtensionProcessLifetimeObjNameStr { get; };
static String ElevatedProcessLifetimeObjNameStr { get; };
static String ExtensionUnblockEventNameStr { get; };
static String ElevatedWriteEventNameStr { get; };
static String ElevatedRenameEventNameStr { get; };
static String ExtensionUnblockPipeConnectionNameStr { get; };
static String ElevatedWritePipeConnectionNameStr { get; };
static String ElevatedRenamePipeConnectionNameStr { get; };
}
}